Searched refs:CrawlerException (Results 1 – 2 of 2) sorted by relevance
108 public static final class CrawlerException extends Exception { class in AppCrawlTester114 private CrawlerException(String message) { in CrawlerException() method in AppCrawlTester.CrawlerException124 private CrawlerException(String message, Throwable cause) { in CrawlerException() method in AppCrawlTester.CrawlerException133 private CrawlerException(Throwable cause) { in CrawlerException() method in AppCrawlTester.CrawlerException146 CrawlerException crawlerException = null; in startAndAssertAppNoCrash()149 } catch (CrawlerException e) { in startAndAssertAppNoCrash()197 public void start() throws CrawlerException, DeviceNotAvailableException { in start()199 throw new CrawlerException( in start()208 throw new CrawlerException( in start()217 throw new CrawlerException("Failed to create temp directory for output.", e); in start()[all …]
310 assertThrows(AppCrawlTester.CrawlerException.class, () -> sut.start()); in start_withApkDirectoryContainingNoApks_throwException()320 assertThrows(AppCrawlTester.CrawlerException.class, () -> sut.start()); in start_withNonApkPath_throwException()334 assertThrows(AppCrawlTester.CrawlerException.class, () -> sut.start()); in start_withApksInMultipleDirectories_throwException()342 assertThrows(AppCrawlTester.CrawlerException.class, () -> sut.start()); in start_preparerNotRun_throwsException()351 assertThrows(AppCrawlTester.CrawlerException.class, () -> sut.start()); in start_alreadyRun_throwsException()