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