Skip to content

Most visited

Recently visited

navigation

FailureHandler

public interface FailureHandler

android.support.test.espresso.FailureHandler
Known Indirect Subclasses


Handles failures that happen during test execution.

Summary

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.

Public methods

handle

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
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.