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