verify(databaseConnection);
}
@Test
public void testGeneratedIdSequence() throws Exception {
DatabaseType databaseType = new NeedsSequenceDatabaseType();
connectionSource.setDatabaseType(databaseType);
TableInfo<GeneratedId, Integer> tableInfo =
new TableInfo<GeneratedId, Integer>(connectionSource, null, GeneratedId.class);
StatementExecutor<GeneratedId, Integer> se =
new StatementExecutor<GeneratedId, Integer>(databaseType, tableInfo, null);