JsonFluentAssert |
JsonFluentAssert.hasSameStructureAs(Object expected) |
Deprecated.
|
JsonFluentAssert |
JsonFluentAssert.isAbsent() |
Fails if the node exists.
|
JsonFluentAssert |
JsonFluentAssert.isEqualTo(Object expected) |
Compares JSON for equality.
|
JsonFluentAssert |
JsonFluentAssert.isNotEqualTo(Object expected) |
Fails if compared documents are equal.
|
JsonFluentAssert |
JsonFluentAssert.isPresent() |
Fails if the node is missing.
|
JsonFluentAssert |
JsonFluentAssert.isStringEqualTo(String expected) |
Fails if the selected JSON is not a String or is not present or the value
is not equal to expected value.
|
JsonFluentAssert |
JsonFluentAssert.matches(org.hamcrest.Matcher<?> matcher) |
Matches the node using Hamcrest internalMatcher.
|
JsonFluentAssert |
JsonFluentAssert.node(String newPath) |
Creates an assert object that only compares given node.
|