Verify that the actual value at the given JSON path does not produce an
empty
result.
Verify that the JSON path is not present, even if it has a null
value.
Verify that the actual value at the given JSON path produces no result.
Verify that the actual value at the given JSON path produces an
empty
result.
Verify that the JSON path is present without checking if it has a value.
Verify that the actual value at the given JSON path produces a non-null array
result.
Verify that the actual value at the given JSON path produces a non-null boolean
result.
Verify that the actual value at the given JSON path produces a non-null map result.
Verify that the actual value at the given JSON path produces a non-null number
result.
Verify that the actual value at the given JSON path produces a non-null string
result.
Verify that the actual value at the given JSON path produces a non-null result.
Overridden version of isEqualTo
to perform JSON tests based on the object
type.
Verifies that the actual value is leniently
equal
to the specified JSON bytes.
JsonContentAssert.isEqualToJson(byte[] expected,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is equal to the specified JSON bytes.
JsonContentAssert.isEqualToJson(byte[] expected,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is equal to the specified JSON bytes.
Verifies that the actual value is leniently
equal
to the specified JSON file.
JsonContentAssert.isEqualToJson(File expected,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is equal to the specified JSON file.
JsonContentAssert.isEqualToJson(File expected,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is equal to the specified JSON file.
Verifies that the actual value is leniently
equal
to the specified JSON input stream.
Verifies that the actual value is equal to the specified JSON input stream.
Verifies that the actual value is equal to the specified JSON input stream.
Verifies that the actual value is leniently
equal
to the specified JSON.
Verifies that the actual value is equal to the specified JSON.
Verifies that the actual value is equal to the specified JSON.
Verifies that the actual value is leniently
equal
to the specified JSON resource.
JsonContentAssert.isEqualToJson(String path,
Class<?> resourceLoadClass,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is equal to the specified JSON resource.
JsonContentAssert.isEqualToJson(String path,
Class<?> resourceLoadClass,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is equal to the specified JSON resource.
Verifies that the actual value is leniently
equal
to the specified JSON resource.
JsonContentAssert.isEqualToJson(Resource expected,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is equal to the specified JSON resource.
JsonContentAssert.isEqualToJson(Resource expected,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is equal to the specified JSON resource.
Overridden version of isNotEqualTo
to perform JSON tests based on the
object type.
Verifies that the actual value is not leniently
equal to the specified JSON bytes.
JsonContentAssert.isNotEqualToJson(byte[] expected,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is not equal to the specified JSON bytes.
JsonContentAssert.isNotEqualToJson(byte[] expected,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is not equal to the specified JSON bytes.
Verifies that the actual value is not leniently
equal to the specified JSON file.
JsonContentAssert.isNotEqualToJson(File expected,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is not equal to the specified JSON file.
JsonContentAssert.isNotEqualToJson(File expected,
org.skyscreamer.jsonassert.JSONCompareMode compareMode)
Verifies that the actual value is not equal to the specified JSON file.
Verifies that the actual value is not leniently
equal to the specified JSON input stream.
Verifies that the actual value is not equal to the specified JSON input stream.
Verifies that the actual value is not equal to the specified JSON input stream.
Verifies that the actual value is not leniently
equal to the specified JSON.
Verifies that the actual value is not equal to the specified JSON.
Verifies that the actual value is not equal to the specified JSON.
Verifies that the actual value is not leniently
equal to the specified JSON resource.
JsonContentAssert.isNotEqualToJson(String path,
Class<?> resourceLoadClass,
org.skyscreamer.jsonassert.comparator.JSONComparator comparator)
Verifies that the actual value is not equal to the specified JSON resource.
Verifies that the actual value is not equal to the specified JSON resource.
Verifies that the actual value is not leniently
equal to the specified JSON resource.
Verifies that the actual value is not equal to the specified JSON resource.
Verifies that the actual value is not equal to the specified JSON resource.
Verifies that the actual value is not strictly
equal
to the specified JSON bytes.
Verifies that the actual value is not strictly
equal
to the specified JSON file.
Verifies that the actual value is not strictly
equal
to the specified JSON input stream.
Verifies that the actual value is not strictly
equal
to the specified JSON.
Verifies that the actual value is not strictly
equal
to the specified JSON resource.
Verifies that the actual value is not strictly
equal
to the specified JSON resource.
Verifies that the actual value is strictly
equal to
the specified JSON bytes.
Verifies that the actual value is strictly
equal to
the specified JSON file.
Verifies that the actual value is strictly
equal to
the specified JSON input stream.
Verifies that the actual value is strictly
equal to
the specified JSON.
Verifies that the actual value is strictly
equal to
the specified JSON resource.
Verifies that the actual value is strictly
equal to
the specified JSON resource.