@ -36,6 +36,7 @@ public class JdbcDriverTest
}
@SuppressWarnings("deprecation")
@Test
public void driverTest1() throws SQLException
{
@ -205,6 +205,7 @@ public class ShutdownTest
Assert.assertSame("Total connection count not as expected", 0, pool.getTotalConnections());
public void testAfterShutdown() throws Exception
@ -29,6 +29,7 @@ import com.zaxxer.hikari.mocks.StubDataSource;
/**
* @author Brett Wooldridge
*/
public class TestValidation