@Override
public IFileStorable createHeapRecord(
final IHeapElementManager heapElementManager,
final long positionInFile) throws HeapException {
return new RecordForTest(heapElementManager, positionInFile,
RECORD_SIZE, positionInFile - RECORD_SIZE);
}