Uses of Class
com.google.common.truth.TruthFailureSubject
-
Uses of TruthFailureSubject in com.google.common.truth
Fields in com.google.common.truth with type parameters of type TruthFailureSubjectModifier and TypeFieldDescriptionprivate static final Subject.Factory<TruthFailureSubject,
AssertionError> TruthFailureSubject.FACTORY
Methods in com.google.common.truth that return TruthFailureSubjectModifier and TypeMethodDescriptionstatic TruthFailureSubject
ExpectFailure.assertThat
(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 TruthFailureSubjectModifier and TypeMethodDescriptionTruthFailureSubject.truthFailures()
Factory for creatingTruthFailureSubject
instances.