| Modifier and Type | Class and Description |
|---|---|
static class |
JsonFluentAssert.JsonFluentAssertAfterAssertion
JsonFluentAssert after assertion.
|
| Modifier and Type | Method and Description |
|---|---|
JsonFluentAssert |
JsonFluentAssert.as(String description)
Sets the description of this object.
|
static JsonFluentAssert |
JsonFluentAssert.assertThatJson(Object json)
Creates a new instance of
. |
JsonFluentAssert |
JsonFluentAssert.describedAs(String description)
Sets the description of this object.
|
JsonFluentAssert |
JsonFluentAssert.ignoring(String ignorePlaceholder)
Sets the placeholder that can be used to ignore values.
|
JsonFluentAssert |
JsonFluentAssert.JsonFluentAssertAfterAssertion.ignoring(String ignorePlaceholder)
Deprecated.
|
JsonFluentAssert |
JsonFluentAssert.matches(org.hamcrest.Matcher<?> matcher)
Matches the node using Hamcrest matcher.
|
JsonFluentAssert |
JsonFluentAssert.node(String path)
Creates an assert object that only compares given node.
|
JsonFluentAssert |
JsonFluentAssert.treatingNullAsAbsent()
Deprecated.
Use when(Option.TREATING_NULL_AS_ABSENT)
|
JsonFluentAssert |
JsonFluentAssert.when(Option firstOption,
Option... otherOptions)
Sets options changing comparison behavior.
|
JsonFluentAssert |
JsonFluentAssert.JsonFluentAssertAfterAssertion.when(Option firstOption,
Option... otherOptions)
Deprecated.
|
JsonFluentAssert |
JsonFluentAssert.withTolerance(BigDecimal tolerance)
Sets the tolerance for floating number comparison.
|
JsonFluentAssert |
JsonFluentAssert.JsonFluentAssertAfterAssertion.withTolerance(BigDecimal tolerance)
Deprecated.
|
JsonFluentAssert |
JsonFluentAssert.withTolerance(double tolerance)
Sets the tolerance for floating number comparison.
|
JsonFluentAssert |
JsonFluentAssert.JsonFluentAssertAfterAssertion.withTolerance(double tolerance)
Deprecated.
|
Copyright © 2016. All Rights Reserved.