Skip to content

Most visited

Recently visited

navigation

AccessibilityChecks

public final class AccessibilityChecks
extends Object

java.lang.Object
   ↳ android.support.test.espresso.contrib.AccessibilityChecks


A class to enable automated accessibility checks in Espresso tests. These checks will run as a global ViewAssertion, and cover a variety of accessibility issues (see LATEST to see which checks are run).

Summary

Public methods

static ViewAssertion accessibilityAssertion()
static AccessibilityValidator enable()

Enables accessibility checking as a global ViewAssertion in ViewActions.

Inherited methods

From class java.lang.Object

Public methods

accessibilityAssertion

ViewAssertion accessibilityAssertion ()

Returns
ViewAssertion the backing ViewAssertion that can be used to explicitly check accessibility

enable

AccessibilityValidator enable ()

Enables accessibility checking as a global ViewAssertion in ViewActions.

Returns
AccessibilityValidator the backing AccessibilityValidator, on which options for check execution can be set
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.