| Package | Description |
|---|---|
| org.assertj.neo4j.api |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipAssert |
Assertions.assertThat(org.neo4j.graphdb.Relationship relationship) |
RelationshipAssert |
RelationshipAssert.doesNotEndWithNode(org.neo4j.graphdb.Node node) |
RelationshipAssert |
RelationshipAssert.doesNotHaveType(org.neo4j.graphdb.RelationshipType relationshipType)
Verifies that the actual
Relationship does not have the given type |
RelationshipAssert |
RelationshipAssert.doesNotHaveType(String relationshipTypeName)
Verifies that the actual
Relationship does not have the given type name |
RelationshipAssert |
RelationshipAssert.doesNotStartWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Relationship does not start with the given node |
RelationshipAssert |
RelationshipAssert.endsWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Relationship ends with the given node |
RelationshipAssert |
RelationshipAssert.hasType(org.neo4j.graphdb.RelationshipType relationshipType)
Verifies that the actual
Relationship has the given type |
RelationshipAssert |
RelationshipAssert.hasType(String relationshipTypeName)
Verifies that the actual
Relationship has the given type name |
RelationshipAssert |
RelationshipAssert.startsOrEndsWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Relationship either starts or ends with the given node |
RelationshipAssert |
RelationshipAssert.startsWithNode(org.neo4j.graphdb.Node node)
Verifies that the actual
Relationship starts with the given node |
Copyright © 2017 AssertJ. All rights reserved.