Search in sources :

Example 1 with RelationshipRecordFormat

use of org.neo4j.kernel.impl.store.format.standard.RelationshipRecordFormat in project neo4j by neo4j.

the class IdGeneratorTest method makeSureMagicMinusOneIsNotReturnedFromNodeIdGenerator.

@Test
public void makeSureMagicMinusOneIsNotReturnedFromNodeIdGenerator() throws Exception {
    makeSureMagicMinusOneIsSkipped(new NodeRecordFormat());
    makeSureMagicMinusOneIsSkipped(new RelationshipRecordFormat());
    makeSureMagicMinusOneIsSkipped(new PropertyRecordFormat());
}
Also used : RelationshipRecordFormat(org.neo4j.kernel.impl.store.format.standard.RelationshipRecordFormat) NodeRecordFormat(org.neo4j.kernel.impl.store.format.standard.NodeRecordFormat) PropertyRecordFormat(org.neo4j.kernel.impl.store.format.standard.PropertyRecordFormat) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 NodeRecordFormat (org.neo4j.kernel.impl.store.format.standard.NodeRecordFormat)1 PropertyRecordFormat (org.neo4j.kernel.impl.store.format.standard.PropertyRecordFormat)1 RelationshipRecordFormat (org.neo4j.kernel.impl.store.format.standard.RelationshipRecordFormat)1