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...