Uses of Class
com.google.common.truth.ThrowableSubject
-
Packages that use ThrowableSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of ThrowableSubject in com.google.common.truth
Subclasses of ThrowableSubject in com.google.common.truth Modifier and Type Class Description class
TruthFailureSubject
Subject forAssertionError
objects thrown by Truth.Methods in com.google.common.truth that return ThrowableSubject Modifier and Type Method Description static ThrowableSubject
Truth. assertThat(@Nullable Throwable actual)
Begins an assertion about aThrowable
.ThrowableSubject
ThrowableSubject. hasCauseThat()
Returns a newThrowableSubject
that supports assertions on this throwable's direct cause.ThrowableSubject
StandardSubjectBuilder. that(@Nullable Throwable actual)
-