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