| Package | Description |
|---|---|
| org.assertj.neo4j.api |
| Modifier and Type | Method and Description |
|---|---|
static PathAssert |
Assertions.assertThat(org.neo4j.graphdb.Path path) |
PathAssert |
PathAssert.doesNotEndWithNode(org.neo4j.graphdb.Node node)
Verifies that the given node is not the last one of the actual
Path |
PathAssert |
PathAssert.doesNotEndWithRelationship(org.neo4j.graphdb.Relationship relationship)
Verifies that the given relationship is not the last one of the actual
Path |
PathAssert |
PathAssert.doesNotStartWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Path does not start with the given node |
PathAssert |
PathAssert.endsWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Path ends with the given node |
PathAssert |
PathAssert.endsWithRelationship(org.neo4j.graphdb.Relationship relationship)
Verifies that the given relationship is the last one of the actual
Path |
PathAssert |
PathAssert.hasLength(int length)
Verifies that the path length equals the given one
|
PathAssert |
PathAssert.startsWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Path starts with the given node |
Copyright © 2017 AssertJ. All rights reserved.