Searched refs:mOutput (Results 1 – 2 of 2) sorted by relevance
61 @VisibleForTesting Path mOutput; field in AppCrawlTester207 if (mOutput != null) { in start()215 mOutput = Files.createTempDirectory("crawler"); in start()288 if (mOutput == null) { in collectCrawlStepScreenshots()324 if (mOutput == null) { in createCrawlerRoboscriptSignal()423 ? mOutput.resolve("output").resolve("artifacts") in getClientCrawlerOutputSubDir()424 : mOutput.resolve("app_firebase_test_lab"); in getClientCrawlerOutputSubDir()429 if (mOutput == null) { in collectOutputZip()436 File outputZip = ZipUtil.createZip(mOutput.toFile()); in collectOutputZip()477 mOutput.toString())); in createUtpCrawlerRunCommand()[all …]
359 assertTrue(Files.exists(sut.mOutput)); in cleanUp_removesOutputDirectory()363 assertFalse(Files.exists(sut.mOutput)); in cleanUp_removesOutputDirectory()