public
interface
FailureHandler
android.support.test.espresso.FailureHandler |
Known Indirect Subclasses |
Handles failures that happen during test execution.
Public methods | |
---|---|
abstract
void
|
handle(Throwable error, Matcher<View> viewMatcher)
Handle the given error in a manner that makes sense to the environment in which the test is executed (e.g. |
void handle (Throwable error, Matcher<View> viewMatcher)
Handle the given error in a manner that makes sense to the environment in which the test is executed (e.g. take a screenshot, output extra debug info, etc). Upon handling, most handlers will choose to propagate the error.
Parameters | |
---|---|
error |
Throwable
|
viewMatcher |
Matcher
|