cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

ankit_bagaria
Node
since ‎06-28-2021
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I need to declare a member variable List propertyNodes in my Procedure class, as shown in the code below. But below code gives me an error while running unit test case (error starting Neo4j database...) While if I initialize the variable inside the p...
Below is the code I am using to start Neo4j database server while running Junit test. (Note the machine is WIndows 10) Neo4jBuilders.newInProcessBuilder() .withDisabledServer() .withProcedure(generateLoops.class) .withFixture (sw.toString()) .build()...