Uses of Class
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.ArrayAssert
-
-
Uses of JsonFluentAssert.ArrayAssert in net.javacrumbs.jsonunit.fluent
Methods in net.javacrumbs.jsonunit.fluent that return JsonFluentAssert.ArrayAssert Modifier and Type Method Description JsonFluentAssert.ArrayAssertJsonFluentAssert. isArray()Fails if the selected JSON is not an Array or is not present.JsonFluentAssert.ArrayAssertJsonFluentAssert.ArrayAssert. isEmpty()JsonFluentAssert.ArrayAssertJsonFluentAssert.ArrayAssert. isNotEmpty()JsonFluentAssert.ArrayAssertJsonFluentAssert.ArrayAssert. ofLength(int expectedLength)Fails if the array has different length.JsonFluentAssert.ArrayAssertJsonFluentAssert.ArrayAssert. thatContains(Object expected)
-