Uses of Class
org.assertj.core.api.ThrowableAssert
-
Packages that use ThrowableAssert Package Description org.assertj.core.api -
-
Uses of ThrowableAssert in org.assertj.core.api
Fields in org.assertj.core.api declared as ThrowableAssert Modifier and Type Field Description private ThrowableAssert<ACTUAL>
ThrowableAssertAlternative. delegate
private ThrowableAssert<ACTUAL>
SoftThrowableAssertAlternative. proxiedThrowableAssert
Methods in org.assertj.core.api that return ThrowableAssert Modifier and Type Method Description default <T extends java.lang.Throwable>
ThrowableAssert<T>Java6StandardSoftAssertionsProvider. assertThat(T actual)
Creates a new instance of
.ThrowableAssert
protected ThrowableAssert<ACTUAL>
SoftThrowableAssertAlternative. getDelegate()
protected ThrowableAssert<ACTUAL>
ThrowableAssertAlternative. getDelegate()
default <T extends java.lang.Throwable>
ThrowableAssert<T>Java6BDDSoftAssertionsProvider. then(T actual)
Creates a new instance of
.ThrowableAssert
-