Uses of Interface
com.google.common.truth.ExpectFailure.StandardSubjectBuilderCallback
Packages that use ExpectFailure.StandardSubjectBuilderCallback
-
Uses of ExpectFailure.StandardSubjectBuilderCallback in com.google.common.truth
Methods in com.google.common.truth with parameters of type ExpectFailure.StandardSubjectBuilderCallbackModifier and TypeMethodDescriptionstatic AssertionError
ExpectFailure.expectFailure
(ExpectFailure.StandardSubjectBuilderCallback assertionCallback) Captures and returns the failure produced by the assertion in the provided callback, similar toassertThrows()
: