Searched refs:fileWithFolderName (Results 1 – 1 of 1) sorted by relevance
256 File fileWithFolderName = new File(localFile.getAbsolutePath(), filename); in checkDownloadedFolder() local257 Assert.assertTrue(fileWithFolderName.isFile()); in checkDownloadedFolder()