@@ -95,8 +95,8 @@ It is an embedded instance that is especially useful when testing stored procedu
9595The test harness can however be used to test an application as well.
9696As it brings up a database inside the same JVM as your application, performance and timings may not resemble your production setup.
9797
98- For your convenience we provide three possible scenarios, Neo4j test harness 3.5 and 4.0 as well as Testcontainers Neo4j.
99- We provide different examples for 3.5 and 4.0 as the test harness changed between those versions.
98+ For your convenience we provide three possible scenarios, Neo4j test harness 3.5 and 4.x/5.x as well as Testcontainers Neo4j.
99+ We provide different examples for 3.5 and 4.x/5.x as the test harness changed between those versions.
100100Also, 4.0 requires JDK 11.
101101
102102[[dataneo4jtest-harness35]]
@@ -179,7 +179,7 @@ application properties. We overwrite the corresponding Neo4j settings.
179179<.> Shutdown Neo4j after all tests.
180180
181181[[dataneo4jtest-harness40]]
182- === `@DataNeo4jTest` with Neo4j test harness 4.x
182+ === `@DataNeo4jTest` with Neo4j test harness 4.x/5.x
183183
184184You need the following dependencies to run <<dataneo4jtest-harness40-example>>:
185185
@@ -200,12 +200,12 @@ You need the following dependencies to run <<dataneo4jtest-harness40-example>>:
200200</dependency>
201201----
202202
203- The dependencies for the enterprise version of Neo4j 4.x are available under the `com.neo4j.test:neo4j-harness-enterprise` and
203+ The dependencies for the enterprise version of Neo4j 4.x/5.x are available under the `com.neo4j.test:neo4j-harness-enterprise` and
204204an appropriate repository configuration.
205205
206206[[dataneo4jtest-harness40-example]]
207207[source,java]
208- .Using Neo4j 4.x test harness
208+ .Using Neo4j 4.x/5.x test harness
209209----
210210import static org.assertj.core.api.Assertions.assertThat;
211211
0 commit comments