Searched defs:assertion (Results 1 - 3 of 3) sorted by path

/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/assertion/
H A DViewAssertionsTest.java17 package com.google.android.apps.common.testing.ui.espresso.assertion;
19 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
20 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.selectedDescendantsMatch;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DDataInteraction.java136 * Performs an assertion on the state of the view after we force the data to be loaded.
140 public ViewInteraction check(ViewAssertion assertion) { argument
145 .check(assertion);
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/assertion/
H A DViewAssertions.java17 package com.google.android.apps.common.testing.ui.espresso.assertion;

Completed in 105 milliseconds