-
Methods in net.javacrumbs.jsonunit.assertj that return JsonMapAssert
| Modifier and Type |
Method |
Description |
JsonMapAssert |
JsonMapAssert.containsAllEntriesOf(Map<? extends String,?> other) |
|
protected JsonMapAssert |
JsonMapAssert.containsAnyOfForProxy(Map.Entry<? extends String,?>... entries) |
|
JsonMapAssert |
JsonMapAssert.containsEntry(String key,
Object value) |
|
JsonMapAssert |
JsonMapAssert.containsExactlyEntriesOf(Map<? extends String,?> map) |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.containsExactlyForProxy(Map.Entry<? extends String,?>... entries) |
Deprecated.
|
protected JsonMapAssert |
JsonMapAssert.containsForProxy(Map.Entry<? extends String,?>... expected) |
|
protected JsonMapAssert |
JsonMapAssert.containsOnlyForProxy(Map.Entry<? extends String,?>... expected) |
|
@NotNull JsonMapAssert |
JsonMapAssert.containsValue(@Nullable Object expected) |
|
protected JsonMapAssert |
JsonMapAssert.containsValuesForProxy(Object... values) |
|
@NotNull JsonMapAssert |
JsonMapAssert.doesNotContainValue(@Nullable Object expected) |
|
JsonMapAssert |
JsonMapAssert.hasAllNullFieldsOrProperties() |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.hasAllNullFieldsOrPropertiesExcept(String... propertiesOrFieldsToIgnore) |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.hasFieldOrProperty(String name) |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.hasFieldOrPropertyWithValue(String name,
Object value) |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.hasNoNullFieldsOrProperties() |
Deprecated.
|
JsonMapAssert |
JsonMapAssert.hasNoNullFieldsOrPropertiesExcept(String... propertiesOrFieldsToIgnore) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualTo(@Nullable Object expected) |
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualToComparingFieldByField(@Nullable Object other) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualToComparingFieldByFieldRecursively(@Nullable Object other) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualToComparingOnlyGivenFields(@Nullable Object other,
@NotNull String... propertiesOrFieldsUsedInComparison) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualToIgnoringGivenFields(@Nullable Object other,
@NotNull String... propertiesOrFieldsToIgnore) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonMapAssert.isEqualToIgnoringNullFields(@Nullable Object other) |
Deprecated.
|
@NotNull JsonMapAssert |
JsonAssert.isObject() |
Asserts that given node is present and is of type object.
|