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