public class ShouldNotHaveProperty
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldNotHaveProperty(org.neo4j.graphdb.PropertyContainer actual,
String key,
Object value)
Creates a new
ShouldNotHaveProperty. |
public static org.assertj.core.error.ErrorMessageFactory shouldNotHaveProperty(org.neo4j.graphdb.PropertyContainer actual,
String key,
Object value)
ShouldNotHaveProperty.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.