public static class JsonFluentAssert.ArrayAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
JsonFluentAssert.ArrayAssert |
isEmpty() |
JsonFluentAssert.ArrayAssert |
isNotEmpty() |
JsonFluentAssert.ArrayAssert |
ofLength(int expectedLength)
Fails if the array has different length.
|
JsonFluentAssert.ArrayAssert |
thatContains(Object expected) |
public JsonFluentAssert.ArrayAssert ofLength(int expectedLength)
expectedLength - public JsonFluentAssert.ArrayAssert thatContains(Object expected)
public JsonFluentAssert.ArrayAssert isEmpty()
public JsonFluentAssert.ArrayAssert isNotEmpty()
Copyright © 2019. All rights reserved.