| Modifier and Type | Method | Description |
|---|---|---|
JsonFluentAssert.ArrayAssert |
JsonFluentAssert.isArray() |
Fails if the selected JSON is not an Array or is not present.
|
JsonFluentAssert.ArrayAssert |
JsonFluentAssert.ArrayAssert.ofLength(int expectedLength) |
Fails if the array has different length.
|
JsonFluentAssert.ArrayAssert |
JsonFluentAssert.ArrayAssert.thatContains(Object expected) |
Copyright © 2018. All rights reserved.