Searched refs:assertDocumentsPresent (Results 1 – 9 of 9) sorted by relevance
139 bots.directory.assertDocumentsPresent(fileName1); in testRenameFile_Cancel()158 bots.directory.assertDocumentsPresent(newName); in testRenameDir()167 bots.directory.assertDocumentsPresent(fileName1); in testRename_NameExists()168 bots.directory.assertDocumentsPresent(fileName2); in testRename_NameExists()188 bots.directory.assertDocumentsPresent(fileName2); in renameWithConflict()
76 bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv"); in testFilesListed()83 bots.directory.assertDocumentsPresent( in testFilesList_LiveUpdate()90 bots.directory.assertDocumentsPresent(childDir1); in testNavigate_byBreadcrumb()
406 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in assertFilesCopied()426 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in testCopyDocuments_InternalStorage()443 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in ignored_testCopyDocuments_FromSdCard()460 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in ignored_testCopyDocuments_ToSdCard()
33 bots.directory.assertDocumentsPresent("dir1", "dir2", "file1.txt"); in testArchive_valid()
51 bots.directory.assertDocumentsPresent("Queued"); in testDownload_Queued()
75 bots.directory.assertDocumentsPresent(newFileName); in testRenameFile()
104 bots.directory.assertDocumentsPresent("file1.png"); in testKeyboard_CutDocument()
174 bots.directory.assertDocumentsPresent(fileName1, fileName2); in testSearch_ResultsFound()
85 public void assertDocumentsPresent(String... labels) throws UiObjectNotFoundException { in assertDocumentsPresent() method in DirectoryListBot