| Package | Description |
|---|---|
| org.assertj.neo4j.api |
| Modifier and Type | Method and Description |
|---|---|
static NodeAssert |
Assertions.assertThat(org.neo4j.graphdb.Node node) |
NodeAssert |
NodeAssert.doesNotHaveLabel(org.neo4j.graphdb.Label label)
Verifies that the actual
Node does NOT have the given label |
NodeAssert |
NodeAssert.doesNotHaveLabel(String labelValue)
Verifies that the actual
Node does NOT have the given label name |
NodeAssert |
NodeAssert.hasLabel(org.neo4j.graphdb.Label label)
Verifies that the actual
Node has the given label |
NodeAssert |
NodeAssert.hasLabel(String labelValue)
Verifies that the actual
Node has the given label name |
Copyright © 2017 AssertJ. All rights reserved.