@Test public void assertDownloadIsNotFile() throws IOException { assertFalse(downloadFile.download(InputData.DOWNLOAD_DIRECTORY)); FileUtils.cleanDownloadDir(); }
@Test public void assertDownload() throws IOException { assertTrue(downloadFile.download("text.docx")); FileUtils.cleanDownloadDir(); }