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 TruthFailureSubject Modifier and Type Field Description private static Subject.Factory<TruthFailureSubject,java.lang.AssertionError>TruthFailureSubject. FACTORYMethods in com.google.common.truth that return TruthFailureSubject Modifier and Type Method Description static TruthFailureSubjectExpectFailure. assertThat(java.lang.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,java.lang.AssertionError>TruthFailureSubject. truthFailures()Factory for creatingTruthFailureSubjectinstances.
-