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