Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DUtils.kt60 scenarioName: String, in notifyRunnerProgress()
64 Log.d(FLICKER_RUNNER_TAG, "$scenarioName - $msg") in notifyRunnerProgress()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/legacy/
DLegacyFlickerTestTest.kt193 val scenarioName = kotlin.io.path.createTempFile().name in doesNotExecuteEventLogWithoutEventLog() constant
194 val scenario = ScenarioBuilder().forClass(scenarioName).build() in doesNotExecuteEventLogWithoutEventLog()
197 flickerWrapper.initialize(scenarioName) in doesNotExecuteEventLogWithoutEventLog()