plexus-engine 0.3.6

Engine integration traits for consuming Plexus plans
Documentation
1
2
3
4
5
6
7
8
9
10
11
Feature: setup steps empty graph

@readOnly
Scenario: given-empty-graph
Given an empty graph
When executing query:
"""
MATCH (n:Person) RETURN n.name AS name ORDER BY name ASC
"""
Then the result should be:
And no side effects