Home | History | Annotate | Download | only in espresso

Lines Matching defs:espresso

17 package android.widget.espresso;
19 import static android.support.test.espresso.Espresso.onView;
20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
21 import static android.support.test.espresso.matcher.RootMatchers.withDecorView;
22 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
23 import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
24 import static android.support.test.espresso.matcher.ViewMatchers.withId;
25 import static android.support.test.espresso.matcher.ViewMatchers.withText;
29 import android.support.test.espresso.NoMatchingRootException;
30 import android.support.test.espresso.NoMatchingViewException;
31 import android.support.test.espresso.UiController;
32 import android.support.test.espresso.ViewAction;
33 import android.support.test.espresso.ViewInteraction;
34 import android.support.test.espresso.action.GeneralLocation;
35 import android.support.test.espresso.action.Press;
36 import android.support.test.espresso.action.Tap;
96 * TODO: Use Espresso.onData instead of this.