public static Test suite() {
// the suite made here will all be using the tests from this class
MultiConfigSuiteBuilder builder = new MultiConfigSuiteBuilder(TestSmallBankSuite.class);
SmallBankProjectBuilder project = new SmallBankProjectBuilder();
project.addAllDefaults();
boolean success;
VoltServerConfig config;
/////////////////////////////////////////////////////////////