Uses of Class
com.google.common.truth.ThrowableSubject
-
-
Uses of ThrowableSubject in com.google.common.truth
Subclasses of ThrowableSubject in com.google.common.truth Modifier and Type Class Description classTruthFailureSubjectSubject forAssertionErrorobjects thrown by Truth.Methods in com.google.common.truth that return ThrowableSubject Modifier and Type Method Description static ThrowableSubjectTruth. assertThat(java.lang.Throwable actual)ThrowableSubjectThrowableSubject. hasCauseThat()Returns a newThrowableSubjectthat supports assertions on this throwable's direct cause.ThrowableSubjectStandardSubjectBuilder. that(java.lang.Throwable actual)
-