@Before
public void setUp() {
Neo4jMappingContext context = new Neo4jMappingContext();
Neo4jTemplate template = Mockito.mock(Neo4jTemplate.class);
finishMock(template);
this.query = new CypherQueryBuilder(context, Person.class, template);
this.trsSpecificExpectedQuery = null;
}