Searched refs:assertDocumentsPresent (Results 1 – 9 of 9) sorted by relevance
132 bots.directory.assertDocumentsPresent(fileName1); in testRenameFile_Cancel()149 bots.directory.assertDocumentsPresent(newName); in testRenameDir()158 bots.directory.assertDocumentsPresent(fileName1); in testRename_NameExists()159 bots.directory.assertDocumentsPresent(fileName2); in testRename_NameExists()179 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_inFixedLayout_byBreadcrumb()
371 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in assertFilesCopied()391 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in testCopyDocuments_InternalStorage()405 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in testCopyDocuments_FromSdCard()419 bots.directory.assertDocumentsPresent(TARGET_FOLDER); in testCopyDocuments_ToSdCard()
33 bots.directory.assertDocumentsPresent("dir1", "dir2", "file1.txt"); in testArchive_valid()
51 bots.directory.assertDocumentsPresent("Queued"); in testDownload_Queued()
83 bots.directory.assertDocumentsPresent(newFileName); in testRenameFile()
104 bots.directory.assertDocumentsPresent("file1.png"); in testKeyboard_CutDocument()
164 bots.directory.assertDocumentsPresent(fileName1, fileName2); in testSearch_ResultsFound()
83 public void assertDocumentsPresent(String... labels) throws UiObjectNotFoundException { in assertDocumentsPresent() method in DirectoryListBot