Searched defs:ViewAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DViewAction.java26 * This is part of the test framework public API - developers are free to write their own ViewAction
27 * implementations when necessary. When implementing a new ViewAction, follow these rules:
42 public interface ViewAction { interface
47 * A ViewAction can demand that the view passed to perform meets certain constraints. For example

Completed in 44 milliseconds