- ignoring(String) - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Sets the placeholder that can be used to ignore values.
- isAbsent() - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the node exists.
- isArray() - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the selected JSON is not an Array or is not present.
- isEqualTo(Object) - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Compares JSON for equality.
- isNotEqualTo(String) - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if compared documents are equal.
- isObject() - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the selected JSON is not an Object or is not present.
- isPresent() - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the node is missing.
- isString() - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the selected JSON is not a String or is not present.
- isStringEqualTo(String) - Method in class net.javacrumbs.jsonunit.spring.JsonUnitResultMatchers
-
Fails if the selected JSON is not a String or is not present or the value
is not equal to expected value.