Package | Description |
---|---|
org.forgerock.json.test.assertj |
Modifier and Type | Method and Description |
---|---|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.contains(org.assertj.core.data.MapEntry... entries)
Check that this object contains the specified properties.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.contains(String key,
Object value)
Check that this object contains a property with the given name, and value.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.containsExactly(org.assertj.core.data.MapEntry... entries)
Check that this object contains exactly the specified properties.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.containsField(String key)
Check that this object contains a field with the specified name.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.containsFields(String... keys)
Check that this object contains fields with the specified names.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.containsOnly(org.assertj.core.data.MapEntry... entries)
Check that this object only contains the specified properties.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.doesNotContain(org.assertj.core.data.MapEntry... entries)
Check that this object does not contain a property with the given name, and value.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.doesNotContain(String key,
Object value)
Check that this object does not contain a property with the given name, and value.
|
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.AbstractJsonValueAssert.hasObject(String path)
Check that the referenced
JsonValue is an object. |
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.ObjectJsonValueAssert.isEmpty() |
AssertJJsonValueAssert.ObjectJsonValueAssert |
AssertJJsonValueAssert.AbstractJsonValueAssert.isObject()
Check that the
JsonValue is an object. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.