Home
last modified time | relevance | path

Searched refs:assertUiObjectNotFound (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java97 assertUiObjectNotFound(noNode::getChildCount); in testGetChildCount_throwsUiObjectNotFoundException()
316 assertUiObjectNotFound(noNode::click); in testClickFamily_throwsUiObjectNotFoundException()
317 assertUiObjectNotFound(noNode::clickAndWaitForNewWindow); in testClickFamily_throwsUiObjectNotFoundException()
318 assertUiObjectNotFound(noNode::clickTopLeft); in testClickFamily_throwsUiObjectNotFoundException()
319 assertUiObjectNotFound(noNode::longClickBottomRight); in testClickFamily_throwsUiObjectNotFoundException()
320 assertUiObjectNotFound(noNode::clickBottomRight); in testClickFamily_throwsUiObjectNotFoundException()
321 assertUiObjectNotFound(noNode::longClick); in testClickFamily_throwsUiObjectNotFoundException()
322 assertUiObjectNotFound(noNode::longClickTopLeft); in testClickFamily_throwsUiObjectNotFoundException()
388 assertUiObjectNotFound(noNode::getText); in testTextFamily_throwsUiObjectNotFoundException()
389 assertUiObjectNotFound(noNode::getClassName); in testTextFamily_throwsUiObjectNotFoundException()
[all …]
DUiScrollableTest.java66 assertUiObjectNotFound( in testGetChildByDescription()
83 assertUiObjectNotFound( in testGetChildByDescription_withoutScrollSearch()
116 assertUiObjectNotFound( in testGetChildByText()
132 assertUiObjectNotFound( in testGetChildByText_withoutScrollSearch()
219 assertUiObjectNotFound(noNode::flingForward); in testFlingForward()
254 assertUiObjectNotFound(noNode::flingBackward); in testFlingBackward()
DBaseTest.java92 protected static void assertUiObjectNotFound(ThrowingRunnable runnable) { in assertUiObjectNotFound() method in BaseTest