public class ShouldHaveRelationshipType
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldHaveRelationshipType(org.neo4j.graphdb.Relationship actual,
String relationshipTypeName)
Creates a new
ShouldHaveRelationshipType. |
public static org.assertj.core.error.ErrorMessageFactory shouldHaveRelationshipType(org.neo4j.graphdb.Relationship actual,
String relationshipTypeName)
ShouldHaveRelationshipType.actual - the actual value in the failed assertion.relationshipTypeName - the relationship type name used in the failed assertion to compare the actual
relationship type name to.ErrorMessageFactory.Copyright © 2017 AssertJ. All rights reserved.