HomeSort by relevance Sort by last modified time
    Searched refs:withText (Results 1 - 10 of 10) sorted by null

  /developers/samples/android/ui/views/EffectiveNavigation/app/src/androidTest/java/com/example/android/effectivenavigation/
CollectionDemoActivityTest.java 26 import static android.support.test.espresso.matcher.ViewMatchers.withText;
46 onView(withText("2")).check(matches(not(isDisplayed())));
47 onView(withText("Page 2")).perform(click()).check(matches(isSelected()));
48 onView(withText("2")).check(matches(isDisplayed()));
53 onView(withText("1")).check(matches(isDisplayed()));
55 onView(withText("2")).check(matches(isDisplayed()));
56 onView(withText("Page 2")).check(matches(isSelected()));
MainActivityTest.java 27 import static android.support.test.espresso.matcher.ViewMatchers.withText;
55 onView(withText("Section 2 is just a dummy section.")).check(matches(not(isDisplayed())));
56 onView(withText("Section 2")).perform(click()).check(matches(isSelected()));
57 onView(withText("Section 2 is just a dummy section.")).check(matches(isDisplayed()));
62 onView(withText("Section 2 is just a dummy section.")).check(matches(not(isDisplayed())));
64 onView(withText("Section 2 is just a dummy section.")).check(matches(isDisplayed()));
65 onView(withText("Section 2")).check(matches(isSelected()));
72 onView(withText("Demo Collection")).check(matches(isDisplayed()));
75 onView(withText("Effective Navigation")).check(matches(isDisplayed()));
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/androidTest/java/
LaunchTests.java 33 import static android.support.test.espresso.matcher.ViewMatchers.withText;
51 .check(matches(withText(R.string.activity_description_basic)));
61 .check(matches(withText(R.string.activity_description_unresizable)));
72 .check(matches(withText(R.string.activity_adjacent_description)));
82 .check(matches(withText(R.string.activity_custom_description)));
93 .check(matches(withText(R.string.activity_minimum_description)));
103 .check(matches(withText(R.string.activity_bounds_description)));
  /developers/samples/android/notification/Bubbles/app/src/androidTest/java/com/example/android/bubbles/
MainActivityTest.kt 24 import androidx.test.espresso.matcher.ViewMatchers.withText
35 onView(withText("Cat"))
  /developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.kt 22 import androidx.test.espresso.matcher.ViewMatchers.withText
47 onView(withText(text)).check(matches(isDisplayed()))
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/androidTest/java/com/example/android/pdfrendererbasic/
PdfRendererBasicTest.java 33 import static androidx.test.espresso.matcher.ViewMatchers.withText;
53 onView(withText("PdfRendererBasic (1/10)")).check(matches(isDisplayed()));
55 onView(withText("PdfRendererBasic (2/10)")).check(matches(isDisplayed()));
61 onView(withText("PdfRendererBasic (10/10)")).check(matches(isDisplayed()));
  /developers/samples/android/views/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.kt 22 import androidx.test.espresso.matcher.ViewMatchers.withText
43 onView(withText(text)).check(matches(isDisplayed()))
  /developers/build/prebuilts/gradle/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 22 import static androidx.test.espresso.matcher.ViewMatchers.withText;
52 onView(withText(text)).check(matches(isDisplayed()));
  /developers/samples/android/views/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 22 import static android.support.test.espresso.matcher.ViewMatchers.withText;
52 onView(withText(text)).check(matches(isDisplayed()));
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 922 milliseconds