Uses of Interface
com.google.common.truth.ExpectFailure.SimpleSubjectBuilderCallback
Packages that use ExpectFailure.SimpleSubjectBuilderCallback
-
Uses of ExpectFailure.SimpleSubjectBuilderCallback in com.google.common.truth
Methods in com.google.common.truth with parameters of type ExpectFailure.SimpleSubjectBuilderCallbackModifier and TypeMethodDescriptionstatic <S extends Subject, A>
AssertionErrorExpectFailure.expectFailureAbout
(Subject.Factory<S, A> factory, ExpectFailure.SimpleSubjectBuilderCallback<S, A> assertionCallback) Captures and returns the failure produced by the assertion in the provided callback, similar toassertThrows()
: