How to run tests against Neo4j with custom unmanaged extension?
问题 I have my own custom-written unmanaged extension for Neo4j database. I want to run integration tests againt fully-functional database, with unmanaged extension available there. 回答1: Neo4j provides tool called neo4j-harness that makes it easier to write integration tests for unmanged extensions. More iformation is available here. Blog post 1) Determine Neo4j version that is needed (used). Maven: <properties> <version.neo4j>2.2.5</version.neo4j> </properties> 2) Add dependency for neo4j-harness