public class JsonFluentAssert.ArrayAssert
extends java.lang.Object
| Constructor and Description |
|---|
ArrayAssert(java.util.Iterator<Node> array) |
| Modifier and Type | Method and Description |
|---|---|
JsonFluentAssert.ArrayAssert |
ofLength(int expectedLength)
Fails if the array has different length.
|
JsonFluentAssert.ArrayAssert |
thatContains(java.lang.Object expected) |
public ArrayAssert(java.util.Iterator<Node> array)
public JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
expectedLength - public JsonFluentAssert.ArrayAssert thatContains(java.lang.Object expected)
Copyright © 2017. All Rights Reserved.