Registry / testing / neo4j-harness

neo4j-harness

JSON →
library2025.12.1javamavenunverified

Components for writing integration tests with Neo4j.

<dependency> <groupId>org.neo4j.test</groupId> <artifactId>neo4j-harness</artifactId> <version>2025.12.1</version> </dependency>
INSTALL
IMPORT
SIG · NEO4J-HARNESS
N
neo4j-harness
testingjavav2025.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Neo4jRule
org.neo4j.harness.junit.Neo4jRule

Minimal JUnit rule to start an embedded Neo4j instance for testing.

import org.neo4j.harness.junit.Neo4jRule; import org.junit.Rule; import org.junit.Test; public class Neo4jTest { @Rule public Neo4jRule neo4j = new Neo4jRule(); @Test public void test() { // Use neo4j.getGraphDatabaseService() } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025.12.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
neo4j-harness — mvn dependency:get neo4j-harness · libregistry