public class ShouldEndWithNode
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldEndWithNode(org.neo4j.graphdb.Path actual,
org.neo4j.graphdb.Node endNode)
Creates a new
ShouldEndWithNode. |
static org.assertj.core.error.ErrorMessageFactory |
shouldEndWithNode(org.neo4j.graphdb.Relationship actual,
org.neo4j.graphdb.Node endNode)
Creates a new
ShouldEndWithNode. |
public static org.assertj.core.error.ErrorMessageFactory shouldEndWithNode(org.neo4j.graphdb.Relationship actual,
org.neo4j.graphdb.Node endNode)
ShouldEndWithNode.actual - the actual value in the failed assertion.endNode - the end node used in the failed assertion to compare the actual label value to.ErrorMessageFactory.public static org.assertj.core.error.ErrorMessageFactory shouldEndWithNode(org.neo4j.graphdb.Path actual,
org.neo4j.graphdb.Node endNode)
ShouldEndWithNode.actual - the actual value in the failed assertion.endNode - the end node used in the failed assertion to compare the actual label value to.ErrorMessageFactory.Copyright © 2017 AssertJ. All rights reserved.