Home
last modified time | relevance | path

Searched refs:CrawlerException (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTester.java108 public static final class CrawlerException extends Exception { class in AppCrawlTester
114 private CrawlerException(String message) { in CrawlerException() method in AppCrawlTester.CrawlerException
124 private CrawlerException(String message, Throwable cause) { in CrawlerException() method in AppCrawlTester.CrawlerException
133 private CrawlerException(Throwable cause) { in CrawlerException() method in AppCrawlTester.CrawlerException
146 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 …]
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java310 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()