Package-level declarations

This package contains Espresso actions, matchers and waiters to access the media frontend UI in functional tests.

Types

Link copied to clipboard

Interactions for instrumented tests involving the panels to browse media of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the collection panel of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the dashboard panel of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the expanded process panel of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the MainProcessPanel of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests generally involving the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the search panel of the stock media frontend.

Link copied to clipboard

Interactions for instrumented tests involving the TaskProcessPanel of the stock media frontend.

Functions

Link copied to clipboard

ViewInteraction to issue a View.performClick on the view found by matcher, also ensuring that the view is visible before performing the click action. Normally, Espresso fakes an onscreen click; unlike clickDisplayedView, this still works with view potentially covered by other focus- or click-stealing ones, and is intended for cases where it is only important to ensure the right view gets the click.

Link copied to clipboard

ViewInteraction to tap on a matcher, ensuring that the view is visible before performing the click action.

Link copied to clipboard

Frontend test helper to tap on the 'Media' menu item.

Link copied to clipboard

ViewInteraction to wait on a matcher to be effectively visible. See ViewMatchers.withEffectiveVisibility for more information on effective visibility.