Home
last modified time | relevance | path

Searched defs:assertor (Results 1 – 2 of 2) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java317 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testSimpleLifecycle_changeContextAfterCreate() local
415 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChanged() local
458 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChangeBuffer() local
508 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_mergedEvent() local
549 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_notMergedWithoutComposing() local
589 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_differentEditText() local
630 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_eventsForSpanChanges() local
906 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testViewAppeared_withNewContext() local
950 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testAddChildren_afterAnimation() local
DLoginActivity.java152 EventsAssertor assertor = new EventsAssertor(events); in assertInitialViewsAppeared() local
225 public void assertInitialViewsDisappeared(@NonNull EventsAssertor assertor) { in assertInitialViewsDisappeared()