Home
last modified time | relevance | path

Searched refs:noNode (Results 1 – 2 of 2) sorted by relevance

/test/uiautomator/integration-tests/testapp/src/androidTest/java/androidx/test/uiautomator/testapp/
DUiObjectTest.java95 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testGetChildCount_throwsUiObjectNotFoundException() local
97 assertUiObjectNotFound(noNode::getChildCount); in testGetChildCount_throwsUiObjectNotFoundException()
314 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testClickFamily_throwsUiObjectNotFoundException() local
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()
[all …]
DUiScrollableTest.java217 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingForward() local
219 assertUiObjectNotFound(noNode::flingForward); in testFlingForward()
252 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingBackward() local
254 assertUiObjectNotFound(noNode::flingBackward); in testFlingBackward()