Searched defs:assertor (Results 1 – 2 of 2) sorted by relevance
317 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testSimpleLifecycle_changeContextAfterCreate() local415 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChanged() local458 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChangeBuffer() local508 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_mergedEvent() local549 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_notMergedWithoutComposing() local589 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_differentEditText() local630 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_eventsForSpanChanges() local906 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testViewAppeared_withNewContext() local950 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testAddChildren_afterAnimation() local
152 EventsAssertor assertor = new EventsAssertor(events); in assertInitialViewsAppeared() local225 public void assertInitialViewsDisappeared(@NonNull EventsAssertor assertor) { in assertInitialViewsDisappeared()