37383940414243
public static void setUpBeforeAllTests() throws Exception { startH2(); setUpIndex(); createConnectionPool(); populateDb(); dbService = new SampleDBService(connectionPool); }