Package com.google.common.truth
Interface ExpectFailure.SimpleSubjectBuilderCallback<S extends Subject,A>
-
- Enclosing class:
- ExpectFailure
public static interface ExpectFailure.SimpleSubjectBuilderCallback<S extends Subject,A>
A "functional interface" forexpectFailureAbout()
to invoke and capture failures.Users should pass a lambda to
.expectFailureAbout()
rather than directly implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invokeAssertion(SimpleSubjectBuilder<S,A> whenTesting)
-
-
-
Method Detail
-
invokeAssertion
void invokeAssertion(SimpleSubjectBuilder<S,A> whenTesting)
-
-