Package | Description |
---|---|
org.forgerock.json.test.assertj |
Modifier and Type | Class and Description |
---|---|
static class |
AssertJJsonValueAssert.ArrayJsonValueAssert
Class for assertions on array
JsonValue . |
static class |
AssertJJsonValueAssert.JsonValueAssert
Class for assertions on simple
JsonValue . |
static class |
AssertJJsonValueAssert.NumberJsonValueAssert
Class for assertions on number
JsonValue . |
static class |
AssertJJsonValueAssert.ObjectJsonValueAssert
Class for assertions on object
JsonValue . |
static class |
AssertJJsonValueAssert.PromisedJsonValueAssert
Class for assertions on
JsonValue promises. |
Modifier and Type | Method and Description |
---|---|
static AssertJJsonValueAssert.AbstractJsonValueAssert |
AssertJJsonValueAssert.assertThat(JsonValue value)
Creates the relevant
AbstractJsonValueAssert instance for the provided JsonValue . |
AssertJJsonValueAssert.AbstractJsonValueAssert |
AssertJJsonValueAssert.AbstractJsonValueAssert.hasPath(String path)
Get a
AssertJJsonValueAssert.AbstractJsonValueAssert for the referenced JsonValue . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.