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