UnitTestDatabaseManager.buildTableManipulation(storeBuilder.table(), false);
UnitTestDatabaseManager.configureUniqueConnectionFactory(storeBuilder);
cacheStore = new JdbcStringBasedStore();
marshaller = new TestObjectStreamMarshaller();
cacheStore.init(new InitializationContextImpl(storeBuilder.create(), mockCache(getClass().getName()), marshaller,
new DefaultTimeService(), new ByteBufferFactoryImpl(), new MarshalledEntryFactoryImpl(marshaller)));
cacheStore.start();
tableManipulation = (TableManipulation) ReflectionUtil.getValue(cacheStore, "tableManipulation");
}