{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface FailureHandler
DefaultFailureHandler |
Espresso's default |
Handles failures that happen during test execution.
Public methods |
|
|---|---|
abstract void |
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). |