net.javacrumbs.jsonunit.fluent
Class JsonFluentAssert.ArrayAssert
java.lang.Object
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.ArrayAssert
- Enclosing class:
- JsonFluentAssert
public class JsonFluentAssert.ArrayAssert
extends Object
Array assertions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonFluentAssert.ArrayAssert
public JsonFluentAssert.ArrayAssert(Iterator<Node> array)
ofLength
public JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
- Fails if the array has different length.
- Parameters:
expectedLength -
- Returns:
Copyright © 2015. All Rights Reserved.