@BeforeClass
 public static void beforeAllTests() throws Exception {
   TestDatabase.initializeApplicationLogging();
   testUtility.createMemoryDatabase();
 }