public class Assertions extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Assertions()
Creates a new
Assertions. |
| Modifier and Type | Method and Description |
|---|---|
static NodeAssert |
assertThat(org.neo4j.graphdb.Node node) |
static PathAssert |
assertThat(org.neo4j.graphdb.Path path) |
static PropertyContainerAssert |
assertThat(org.neo4j.graphdb.PropertyContainer propertyContainer) |
static RelationshipAssert |
assertThat(org.neo4j.graphdb.Relationship relationship) |
static ResultAssert |
assertThat(org.neo4j.graphdb.Result result) |
protected Assertions()
Assertions.public static PropertyContainerAssert assertThat(org.neo4j.graphdb.PropertyContainer propertyContainer)
public static NodeAssert assertThat(org.neo4j.graphdb.Node node)
public static RelationshipAssert assertThat(org.neo4j.graphdb.Relationship relationship)
public static PathAssert assertThat(org.neo4j.graphdb.Path path)
public static ResultAssert assertThat(org.neo4j.graphdb.Result result)
Copyright © 2017 AssertJ. All rights reserved.