-
- All Implemented Interfaces:
-
androidx.test.espresso.ViewAction
public final class ViewActionProxy implements ViewActionThe proxy-wrapper of ViewAction for watcher interceptors calls.
-
-
Constructor Summary
Constructors Constructor Description ViewActionProxy(ViewAction viewAction, List<ViewActionWatcherInterceptor> watcherInterceptors)
-
Method Summary
Modifier and Type Method Description StringgetDescription()Simply calls ViewAction.getDescription on wrapped viewAction. Matcher<View>getConstraints()Simply calls ViewAction.getConstraints on wrapped viewAction. Unitperform(UiController uiController, View view)Calls watcher interceptors before ViewAction.perform on wrapped viewAction is called. -
-
Constructor Detail
-
ViewActionProxy
ViewActionProxy(ViewAction viewAction, List<ViewActionWatcherInterceptor> watcherInterceptors)
-
-
Method Detail
-
getDescription
String getDescription()
Simply calls ViewAction.getDescription on wrapped viewAction.
-
getConstraints
Matcher<View> getConstraints()
Simply calls ViewAction.getConstraints on wrapped viewAction.
-
-
-
-