Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DFragmentContentIdTest.java26 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
27 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DDrawerDynamicLayoutTest.java35 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
DAlertDialogTest.java51 import static android.support.test.espresso.assertion.PositionAssertions.isBelow;
52 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
53 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DAlertDialogCursorTest.java45 import static android.support.test.espresso.assertion.ViewAssertions.matches;
/frameworks/support/design/tests/src/android/support/design/widget/
DTextInputLayoutTest.java22 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
23 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DFloatingActionButtonTest.java25 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DBottomSheetDialogTest.java28 import android.support.test.espresso.assertion.ViewAssertions;
DBottomSheetBehaviorTest.java39 import android.support.test.espresso.assertion.ViewAssertions;
DTabLayoutWithViewPagerTest.java45 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DNavigationViewTest.java46 import static android.support.test.espresso.assertion.ViewAssertions.matches;
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion, in testBoolean() argument
70 assertion.accept((Boolean) method.invoke(o)); in testBoolean()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragHandleUtils.java20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DContextMenuUtils.java20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DSuggestionsPopupwindowUtils.java20 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DFloatingToolbarEspressoUtils.java21 import static android.support.test.espresso.assertion.ViewAssertions.matches;
/frameworks/base/docs/html/training/testing/start/
Dindex.jd21 <li><a href="#assertion">Assertion classes</a></li>
219 offers a convenient way to perform common setup, teardown, and assertion
329 <h3 id="assertion">Assertion classes</h3>
332 assertion methods to display the results of tests. An assertion method compares
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DAppCompatSpinnerTest.java31 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DPopupMenuTest.java47 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
48 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DListPopupWindowTest.java44 import static android.support.test.espresso.assertion.ViewAssertions.matches;
/frameworks/base/docs/html/training/testing/ui-testing/
Despresso-testing.jd165 …<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html">{@code V…
537 {@code ViewAssertion}</a> object as the argument. If the assertion fails, Espresso throws
543 …<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html">{@code V…
550 …<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html#doesNotEx…
555 …<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html#matches(o…
561 …<a href="{@docRoot}reference/android/support/test/espresso/assertion/ViewAssertions.html#selectedD…
/frameworks/support/percent/tests/java/android/support/percent/
DPercentDynamicLayoutTest.java33 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
/frameworks/support/v4/tests/java/android/support/v4/view/
DBaseViewPagerTest.java43 import static android.support.test.espresso.assertion.PositionAssertions.*;
44 import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
45 import static android.support.test.espresso.assertion.ViewAssertions.matches;
/frameworks/base/docs/html/training/testing/integration-testing/
Dservice-testing.jd80 JUnit 4 test classes and using JUnit 4 assertion methods, see
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java24 import static android.support.test.espresso.assertion.ViewAssertions.matches;
DTextViewActivityMouseTest.java41 import static android.support.test.espresso.assertion.ViewAssertions.matches;

12