Home
last modified time | relevance | path

Searched refs:testApp (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DAppWindowBecomesTopWindow.kt32 val testApp = component.build(scenarioInstance) in doEvaluate() constant
34 isAppWindowNotOnTop(testApp) in doEvaluate()
37 testApp.or(ComponentNameMatcher.SNAPSHOT).or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DFlickerServiceTracesCollectorTest.kt49 private val testApp = ClockAppHelper(instrumentation) constant in android.tools.integration.FlickerServiceTracesCollectorTest
63 testApp.launchViaIntent(wmHelper) in canCollectTraces()
64 testApp.exit(wmHelper) in canCollectTraces()
76 testApp.launchViaIntent(wmHelper) in reportsTraceFile()
77 testApp.exit(wmHelper) in reportsTraceFile()
97 testApp.launchViaIntent(wmHelper) in reportedTraceFileContainsAllTraces()
98 testApp.exit(wmHelper) in reportedTraceFileContainsAllTraces()
DFullLegacyTestRun.kt48 private val testApp = MessagingAppHelper(instrumentation) constant in android.tools.integration.FullLegacyTestRun
69 teardown { testApp.exit(wmHelper) } in buildFlicker()
70 transitions { testApp.launchViaIntent(wmHelper) } in buildFlicker()
DFullTestRun.kt54 private val testApp = MessagingAppHelper(instrumentation) constant
64 testApp.launchViaIntent(wmHelper) in openApp()
69 testApp.exit(wmHelper) in teardown()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceJUnit4ClassRunnerTest.kt98 private val testApp: BrowserAppHelper = BrowserAppHelper(instrumentation) in <lambda>() constant in android.tools.flicker.junit.FlickerServiceJUnit4ClassRunnerTest.SimpleTest
109 testApp.open() in <lambda>()
DLegacyFlickerJUnit4ClassRunnerTest.kt282 private val testApp: BrowserAppHelper = BrowserAppHelper(instrumentation) in <lambda>() constant in android.tools.flicker.junit.LegacyFlickerJUnit4ClassRunnerTest.SimpleTest
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/
DAndroid.bp25 "res/testApp/MyApplication/src/main/myapplication.widgets/**/*.java",
Drun_tests.sh55 …ES}/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/lay…
/platform_testing/libraries/flicker/
DREADME.md25 .withTag("OpenAppCold_" + testApp.getLauncherName())
34 .runBefore(testApp::exit)
39 .run(testApp::open)
44 .runAfterAll(testApp::exit)