Uses of Interface
com.google.common.truth.ExpectFailure.SimpleSubjectBuilderCallback
-
Packages that use ExpectFailure.SimpleSubjectBuilderCallback Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of ExpectFailure.SimpleSubjectBuilderCallback in com.google.common.truth
Methods in com.google.common.truth with parameters of type ExpectFailure.SimpleSubjectBuilderCallback Modifier and Type Method Description static <S extends Subject,A>
AssertionErrorExpectFailure. expectFailureAbout(Subject.Factory<S,A> factory, ExpectFailure.SimpleSubjectBuilderCallback<S,A> assertionCallback)
Static alternative that directly returns the triggered failure.
-