use of org.neo4j.kernel.impl.transaction.command.NeoStoreBatchTransactionApplier in project neo4j by neo4j.
the class TransactionRecordStateTest method apply.
private void apply(NeoStores neoStores, TransactionRepresentation transaction) throws Exception {
BatchTransactionApplier applier = new NeoStoreBatchTransactionApplier(neoStores, mock(CacheAccessBackDoor.class), LockService.NO_LOCK_SERVICE);
apply(applier, transaction);
}
Aggregations