Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/health/utils/tests/src/android/platform/test/util/
DHealthRunnerBuilderTest.java55 Runner runner = (new HealthRunnerBuilder(new Bundle())).runnerForClass(SampleTest.class); in testDefaultsToJUnit4() local
64 Runner runner = (new HealthRunnerBuilder(args)).runnerForClass(SampleTest.class); in testUsingSpecifiedRunner_valid() local
74 Runner runner = (new HealthRunnerBuilder(args)).runnerForClass(SampleTest.class); in testUsingSpecifiedRunner_invalid_notClass() local
83 Runner runner = (new HealthRunnerBuilder(args)).runnerForClass(SampleTest.class); in testUsingSpecifiedRunner_invalid_notRunner() local
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DTransitionRunnerTest.kt60 val runner = TransitionRunner() in canRunTransition() constant
78 val runner = TransitionRunner() in storesTransitionExecutionErrors() constant
95 val runner = TransitionRunner() in keepsSuccessfulTransitionExecutions() constant
117 val runner = TransitionRunner() in storesSuccessExecutionStatusInRunResult() constant
130 val runner = TransitionRunner() in storesFailedExecutionStatusInRunResult() constant
145 val runner = TransitionRunner() in savesTraceOnTransitionExecutionErrors() constant
160 val runner = TransitionRunner() in savesTraceOnRunCleanupErrors() constant
178 val runner = TransitionRunner() in savesTraceOnTestCleanupErrors() constant
DFlickerDSLTest.kt382 val runner = TransitionRunner() in savesTracesForAllIterations() constant
433 val runner = TransitionRunner() in checkTracesAreSavedWithAssertionFailure() constant
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DScheduledScenarioRunnerTest.java97 ScheduledScenarioRunner runner = in testOverTimeTest_throwsTestTimedOutException() local
139 ScheduledScenarioRunner runner = in testOverTimeTest_doesNotIdleBeforeTeardown() local
163 ScheduledScenarioRunner runner = in testOverTimeTest_idlesAfterTeardownUntilNextScenario() local
190 ScheduledScenarioRunner runner = in testRespectsAfterTestPolicy_stayInApp() local
221 ScheduledScenarioRunner runner = in testRespectsAfterTestPolicy_exit() local
252 ScheduledScenarioRunner runner = in testIgnoredScenario_doesIdle() local
284 ScheduledScenarioRunner runner = in testLastScenarioDoesNotIdle() local
326 ScheduledScenarioRunner runner = in testTeardownLeewayOverride() local
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DProfileSuite.java82 Runner runner = null; in constructClassRunners() local
124 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild()
158 protected LongevityClassRunner getSuiteRunner(Runner runner) { in getSuiteRunner()
193 BlockJUnit4ClassRunner runner, Scenario scenario, long timeout, boolean shouldIdle) { in getScheduledRunner()
DLongevitySuite.java153 Runner runner = null; in constructClassRunners() local
192 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild()
237 protected LongevityClassRunner getSuiteRunner(Runner runner) { in getSuiteRunner()
261 private static List<Throwable> getCauses(ErrorReportingRunner runner) { in getCauses()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java252 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
279 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
307 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter() local
340 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter_timesOut() local
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlicker.kt91 @JvmField val runner: TransitionRunner, constant in com.android.server.wm.flicker.Flicker