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