protected void setUp() throws Exception {// NOPMD
super.setUp();
final StoreSynchro storeSynchro = new StoreSynchro();
storeSynchro.setPersistenceId(0);
storeSynchro.newCurrentFileAccessSession();
final IHeapDataManager dataManager = new HeapMemoryDataManagerMock();
dataManager.startService(true);
dataManager.setNextFreeDataRecordIdentifier(DataRecordIdentifier.LAST);
final HeapRecordableManager heapRecordableManager =
/**/new HeapRecordableManager(dataManager);
final HelperBinaryConversion helperBinaryConversion = new HelperBinaryConversion();
final StoreHeader storeHeader = new StoreHeader(heapRecordableManager,
helperBinaryConversion);