use of org.neo4j.storageengine.api.schema.IndexSample in project neo4j by neo4j.
the class UniqueDatabaseIndexPopulatorTest method sampleEmptyIndex.
@Test
public void sampleEmptyIndex() throws Exception {
populator = newPopulator();
IndexSample sample = populator.sampleResult();
assertEquals(new IndexSample(), sample);
}
Aggregations