Searched refs:noNode (Results 1 – 2 of 2) sorted by relevance
95 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testGetChildCount_throwsUiObjectNotFoundException() local97 assertUiObjectNotFound(noNode::getChildCount); in testGetChildCount_throwsUiObjectNotFoundException()314 UiObject noNode = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/no_node")); in testClickFamily_throwsUiObjectNotFoundException() local316 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 …]
217 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingForward() local219 assertUiObjectNotFound(noNode::flingForward); in testFlingForward()252 UiScrollable noNode = new UiScrollable(new UiSelector().resourceId(TEST_APP + ":id" in testFlingBackward() local254 assertUiObjectNotFound(noNode::flingBackward); in testFlingBackward()