-
- All Implemented Interfaces:
-
androidx.test.espresso.ViewAction
public class DetoxTypeTextAction implements ViewAction
-
-
Constructor Summary
Constructors Constructor Description DetoxTypeTextAction(String text)
-
Method Summary
Modifier and Type Method Description Matcher<View>
getConstraints()
String
getDescription()
void
perform(UiController uiController, View view)
-
-
Constructor Detail
-
DetoxTypeTextAction
DetoxTypeTextAction(String text)
-
-
Method Detail
-
getConstraints
Matcher<View> getConstraints()
-
getDescription
String getDescription()
-
perform
void perform(UiController uiController, View view)
-
-
-
-