@Before
public void setUp() throws Exception {
driver = new Driver(getDataSource());
JdbcIndexEngineFactory factory = new JdbcIndexEngineFactory(driver);
engine = factory.create();
}
@Test
public void create_shouldProperlyCreateDatabaseTables() throws Exception {
Index<TestModel> index = engine.createIndex(TestModel.class);