public class ShouldNotEndWithRelationship
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldNotEndWithRelationship(org.neo4j.graphdb.Path path,
org.neo4j.graphdb.Relationship lastRelationship)
Creates a new
ShouldNotEndWithRelationship. |
public static org.assertj.core.error.ErrorMessageFactory shouldNotEndWithRelationship(org.neo4j.graphdb.Path path,
org.neo4j.graphdb.Relationship lastRelationship)
ShouldNotEndWithRelationship.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.