Neo4jRule |
Neo4jRule.copyFrom(File sourceDirectory) |
Neo4jRule |
Neo4jRule.withAggregationFunction(Class<?> functionClass) |
Neo4jRule |
Neo4jRule.withConfig(org.neo4j.graphdb.config.Setting<?> key,
String value) |
Neo4jRule |
Neo4jRule.withConfig(String key,
String value) |
Neo4jRule |
Neo4jRule.withExtension(String mountPath,
Class<?> extension) |
Neo4jRule |
Neo4jRule.withExtension(String mountPath,
String packageName) |
Neo4jRule |
Neo4jRule.withFixture(File cypherFileOrDirectory) |
Neo4jRule |
Neo4jRule.withFixture(Function<org.neo4j.graphdb.GraphDatabaseService,Void> fixtureFunction) |
Neo4jRule |
Neo4jRule.withFixture(String fixtureStatement) |
Neo4jRule |
Neo4jRule.withFunction(Class<?> functionClass) |
Neo4jRule |
Neo4jRule.withProcedure(Class<?> procedureClass) |