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