Searched refs:subFolder (Results 1 – 1 of 1) sorted by relevance
246 File subFolder = new File(localFile.getAbsolutePath(), filename); in checkDownloadedFolder() local247 Assert.assertTrue(subFolder.isDirectory()); in checkDownloadedFolder()248 Assert.assertEquals(1, subFolder.list().length); in checkDownloadedFolder()252 new File(subFolder.getAbsolutePath(), subFolder.list()[0]))); in checkDownloadedFolder()