Uses of Class
com.google.common.truth.TruthFailureSubject
-
Packages that use TruthFailureSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of TruthFailureSubject in com.google.common.truth
Methods in com.google.common.truth that return TruthFailureSubject Modifier and Type Method Description static TruthFailureSubject
ExpectFailure. assertThat(@Nullable AssertionError actual)
Creates a subject for asserting about the givenAssertionError
, usually one produced by Truth.Methods in com.google.common.truth that return types with arguments of type TruthFailureSubject Modifier and Type Method Description static Subject.Factory<TruthFailureSubject,AssertionError>
TruthFailureSubject. truthFailures()
Factory for creatingTruthFailureSubject
instances.
-