Uses of Interface
com.google.common.truth.ExpectFailure.StandardSubjectBuilderCallback
-
Packages that use ExpectFailure.StandardSubjectBuilderCallback Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of ExpectFailure.StandardSubjectBuilderCallback in com.google.common.truth
Methods in com.google.common.truth with parameters of type ExpectFailure.StandardSubjectBuilderCallback Modifier and Type Method Description static AssertionError
ExpectFailure. expectFailure(ExpectFailure.StandardSubjectBuilderCallback assertionCallback)
Static alternative that directly returns the triggered failure.
-