| Modifier and Type | Class and Description |
|---|---|
static class |
JsonFluentAssert.ConfigurableJsonFluentAssert
JsonFluentAssert that can be configured.
|
| Modifier and Type | Method and Description |
|---|---|
JsonFluentAssert |
JsonFluentAssert.hasSameStructureAs(Object expected)
Deprecated.
Use IGNORING_VALUES option instead
|
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.
|
Copyright © 2019. All rights reserved.