Package com.google.common.truth
Interface ExpectFailure.StandardSubjectBuilderCallback
-
- Enclosing class:
- ExpectFailure
public static interface ExpectFailure.StandardSubjectBuilderCallback
A "functional interface" forexpectFailure()
to invoke and capture failures.Users should pass a lambda to
.expectFailure()
rather than directly implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invokeAssertion(StandardSubjectBuilder whenTesting)
-
-
-
Method Detail
-
invokeAssertion
void invokeAssertion(StandardSubjectBuilder whenTesting)
-
-