public class ShouldHaveLength
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldHaveLength(org.neo4j.graphdb.Path path,
int length)
Creates a new
ShouldHaveLength. |
public static org.assertj.core.error.ErrorMessageFactory shouldHaveLength(org.neo4j.graphdb.Path path,
int length)
ShouldHaveLength.path - the actual value in the failed assertion.length - the expected path lengthErrorMessageFactory.Copyright © 2017 AssertJ. All rights reserved.