| Modifier and Type | Method | Description |
|---|---|---|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
JsonFluentAssert.hasSameStructureAs(Object expected) |
Deprecated.
Use IGNORING_VALUES option instead
|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
JsonFluentAssert.isAbsent() |
Fails if the node exists.
|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
JsonFluentAssert.isEqualTo(Object expected) |
Compares JSON for equality.
|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
JsonFluentAssert.isNotEqualTo(Object expected) |
Fails if compared documents are equal.
|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
JsonFluentAssert.isPresent() |
Fails if the node is missing.
|
JsonFluentAssert.JsonFluentAssertAfterAssertion |
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.
|
Copyright © 2018. All rights reserved.