factory.start(config, Thread.currentThread().getContextClassLoader());
tableManipulation.start(factory);
tableManipulation.getUpdateRowSql();
UnitTestDatabaseManager.verifyConnectionLeaks(factory);
tableManipulation.stop();
factory.stop();
}
public void testInsufficientConfigParams() throws Exception {
Connection mockConnection = mock(Connection.class);
Statement mockStatement = mock(Statement.class);