public static final class AssertJPromiseAssert.SuccessfulPromiseAssert extends org.assertj.core.api.AbstractAssert<AssertJPromiseAssert.SuccessfulPromiseAssert,Object>
Promise.| Modifier and Type | Method and Description |
|---|---|
org.assertj.core.api.AbstractBooleanAssert<?> |
withBoolean()
Asserts that the value was a
Boolean instance. |
org.assertj.core.api.AbstractDoubleAssert<?> |
withDouble()
Asserts that the value was a
Double instance. |
org.assertj.core.api.AbstractFileAssert<?> |
withFile()
Asserts that the value was a
File instance. |
org.assertj.core.api.AbstractInputStreamAssert<?,? extends InputStream> |
withInputStream()
Asserts that the value was a
InputStream instance. |
org.assertj.core.api.AbstractIntegerAssert<?> |
withInteger()
Asserts that the value was a
Integer instance. |
<T> org.assertj.core.api.AbstractIterableAssert<?,? extends Iterable<? extends T>,T> |
withIterable()
Asserts that the value was a
Iterable instance. |
<T> org.assertj.core.api.AbstractListAssert<?,? extends List<? extends T>,T> |
withList()
Asserts that the value was a
List instance. |
org.assertj.core.api.AbstractLongAssert<?> |
withLong()
Asserts that the value was a
Long instance. |
<K,V> org.assertj.core.api.AbstractMapAssert<?,? extends Map<K,V>,K,V> |
withMap()
Asserts that the value was a
Map instance. |
<T> org.assertj.core.api.AbstractObjectAssert<?,T> |
withObject()
Asserts that the value was an instance of type
T. |
<T> org.assertj.core.api.AbstractObjectArrayAssert<?,T> |
withObjectArray()
Asserts that the value was an array of type
T. |
org.assertj.core.api.AbstractCharSequenceAssert<?,String> |
withString()
Asserts that the value was a
String instance. |
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnErrorpublic <K,V> org.assertj.core.api.AbstractMapAssert<?,? extends Map<K,V>,K,V> withMap()
Map instance.K - The map key type.V - The map value type.AbstractMapAssert instance for making assertions on the value.public <T> org.assertj.core.api.AbstractIterableAssert<?,? extends Iterable<? extends T>,T> withIterable()
Iterable instance.T - The iterable contents type.AbstractIterableAssert instance for making assertions on the value.public <T> org.assertj.core.api.AbstractListAssert<?,? extends List<? extends T>,T> withList()
List instance.T - The list contents type.AbstractListAssert instance for making assertions on the value.public org.assertj.core.api.AbstractCharSequenceAssert<?,String> withString()
String instance.AbstractCharSequenceAssert instance for making assertions on the value.public org.assertj.core.api.AbstractInputStreamAssert<?,? extends InputStream> withInputStream()
InputStream instance.AbstractInputStreamAssert instance for making assertions on the value.public org.assertj.core.api.AbstractFileAssert<?> withFile()
File instance.AbstractFileAssert instance for making assertions on the value.public org.assertj.core.api.AbstractIntegerAssert<?> withInteger()
Integer instance.AbstractIntegerAssert instance for making assertions on the value.public org.assertj.core.api.AbstractBooleanAssert<?> withBoolean()
Boolean instance.AbstractBooleanAssert instance for making assertions on the value.public org.assertj.core.api.AbstractLongAssert<?> withLong()
Long instance.AbstractLongAssert instance for making assertions on the value.public org.assertj.core.api.AbstractDoubleAssert<?> withDouble()
Double instance.AbstractDoubleAssert instance for making assertions on the value.public <T> org.assertj.core.api.AbstractObjectAssert<?,T> withObject()
T.T - The type of the expected object.AbstractObjectAssert instance for making assertions on the value.public <T> org.assertj.core.api.AbstractObjectArrayAssert<?,T> withObjectArray()
T.T - The type of the expected array.AbstractObjectArrayAssert instance for making assertions on the value.Copyright © 2025 Open Identity Platform Community. All rights reserved.