Package net.javacrumbs.jsonunit.fluent
Class JsonFluentAssert.ArrayAssert
java.lang.Object
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.ArrayAssert
- Enclosing class:
- JsonFluentAssert
Array assertions
-
Method Summary
Modifier and TypeMethodDescriptionisEmpty()ofLength(int expectedLength) Fails if the array has different length.thatContains(Object expected)
-
Method Details
-
ofLength
Fails if the array has different length.- Parameters:
expectedLength-- Returns:
-
thatContains
-
isEmpty
-
isNotEmpty
-