You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/extending-neo4j/procedures.adoc
+63-39Lines changed: 63 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For a comparison between user-defined procedures, functions, and aggregation fun
12
12
13
13
[NOTE]
14
14
====
15
-
User-defined procedures requiring execution on the system database need to include the annotation `@SystemProcedure` or they will be classed as user database procedure.
15
+
User-defined procedures requiring execution on the system database need to include the annotation `@SystemProcedure` or they will be classed as a user database procedure.
16
16
====
17
17
18
18
[[call-procedure]]
@@ -51,52 +51,76 @@ The test dependencies include _Neo4j Harness_ and _JUnit_.
51
51
These can be used to write integration tests for procedures.
52
52
The tests should start a Neo4j instance, load the procedure, and execute queries against it.
53
53
54
-
.A template for testing a procedure that accesses Neo4j's full-text indexes from Cypher.
54
+
.An example for testing a procedure that returns relationship types found in the graph.
0 commit comments