public class ShouldHaveProperty
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldHaveProperty(org.neo4j.graphdb.PropertyContainer actual,
String key,
Object value)
Creates a new
ShouldHaveProperty. |
public static org.assertj.core.error.ErrorMessageFactory shouldHaveProperty(org.neo4j.graphdb.PropertyContainer actual,
String key,
Object value)
ShouldHaveProperty.actual - the actual value in the failed assertion.key - the key used in the failed assertion to compare the actual property key to.value - the value used in the failed assertion to compare the actual property value to.ErrorMessageFactory.Copyright © 2017 AssertJ. All rights reserved.