Modifier and Type | Class and Description |
---|---|
static class |
AssertJJsonValueAssert.AbstractJsonValueAssert<T extends org.assertj.core.api.AbstractAssert<T,JsonValue>>
Abstract class for assertions on
JsonValue . |
static class |
AssertJJsonValueAssert.ArrayJsonValueAssert
Class for assertions on array
JsonValue . |
static class |
AssertJJsonValueAssert.AssertJJsonValuePromiseAssert
An assertion class for promises that return
JsonValue s. |
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 |
assertThat(JsonValue value)
Creates the relevant
AbstractJsonValueAssert instance for the provided JsonValue . |
static AssertJJsonValueAssert.AssertJJsonValuePromiseAssert |
assertThat(Promise<JsonValue,?> promise)
Creates a promise assert class for
JsonValue instances. |
static AssertJJsonValueAssert.AssertJJsonValuePromiseAssert |
assertThatJsonValue(Promise<JsonValue,?> promise)
An alias for
assertThat(Promise) for the case where different Promise assertThat methods
are statically imported and would clash. |
public static AssertJJsonValueAssert.AbstractJsonValueAssert assertThat(JsonValue value)
AbstractJsonValueAssert
instance for the provided JsonValue
.value
- The actual value.AssertJJsonValueAssert.AbstractJsonValueAssert
matching best the kind of JsonValue
.public static AssertJJsonValueAssert.AssertJJsonValuePromiseAssert assertThat(Promise<JsonValue,?> promise)
JsonValue
instances.
On calling the succeeded method, the AssertJJsonValueAssert.AbstractJsonValueAssert.isObject()
and
AssertJJsonValueAssert.AbstractJsonValueAssert.isArray()
must be used to access array/object specific assert methods.
promise
- The JsonValue
promise.public static AssertJJsonValueAssert.AssertJJsonValuePromiseAssert assertThatJsonValue(Promise<JsonValue,?> promise)
assertThat(Promise)
for the case where different Promise assertThat methods
are statically imported and would clash.promise
- The JsonValue
promise.Copyright © 2025 Open Identity Platform Community. All rights reserved.