| Modifier and Type | Class and Description |
|---|---|
class |
JsonAssert
Deprecated.
use JsonFluentAssert instead
|
| 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.hasSameStructureAs(Object expected)
Compares JSON structure.
|
JsonFluentAssert |
JsonFluentAssert.ignoring(String ignorePlaceholder)
Sets the placeholder that can be used to ignore values.
|
JsonFluentAssert |
JsonFluentAssert.isEqualTo(Object expected)
Compares JSON for equality.
|
JsonFluentAssert |
JsonFluentAssert.isNotEqualTo(Object expected)
Fails if compared documents are equal.
|
JsonFluentAssert |
JsonFluentAssert.node(String path)
Creates an assert object that only compares given node.
|
Copyright © 2014. All Rights Reserved.