public class JsonFluentAssert.ArrayAssert extends Object
| Constructor | Description |
|---|---|
ArrayAssert(Iterator<net.javacrumbs.jsonunit.core.internal.Node> array) |
| Modifier and Type | Method | Description |
|---|---|---|
JsonFluentAssert.ArrayAssert |
ofLength(int expectedLength) |
Fails if the array has different length.
|
JsonFluentAssert.ArrayAssert |
thatContains(Object expected) |
public ArrayAssert(Iterator<net.javacrumbs.jsonunit.core.internal.Node> array)
public JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
expectedLength - public JsonFluentAssert.ArrayAssert thatContains(Object expected)
Copyright © 2018. All rights reserved.