Searched refs:runChild (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
D | ProfileSuiteTest.java | 214 .runChild( in testTimestampScheduling_respectsSchedule() 234 .runChild( in testTimestampScheduling_respectsSchedule() 249 .runChild( in testTimestampScheduling_respectsSchedule() 259 .runChild( in testTimestampScheduling_respectsSchedule() 353 .runChild( in testIndexedScheduling_respectsSchedule() 363 .runChild( in testIndexedScheduling_respectsSchedule() 373 .runChild( in testIndexedScheduling_respectsSchedule() 413 .runChild( in testSequentialScheduling_respectsSchedule() 423 .runChild( in testSequentialScheduling_respectsSchedule() 433 .runChild( in testSequentialScheduling_respectsSchedule()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | ProfileSuite.java | 134 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in ProfileSuite 137 super.runChild(runner, notifier); in runChild() 155 super.runChild(runner, notifier); in runChild()
|
D | ScheduledScenarioRunner.java | 145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in ScheduledScenarioRunner 147 super.runChild(method, notifier); in runChild()
|
D | LongevitySuite.java | 194 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() method in LongevitySuite 208 super.runChild(suiteRunner, notifier); in runChild()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | FlickerServiceJUnit4ClassRunner.kt | 348 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>() 358 override fun runChild(method: FrameworkMethod, notifier: RunNotifier) { in <lambda>() method
|
D | LegacyFlickerJUnit4ClassRunner.kt | 413 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>()
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 346 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() method in Microbenchmark
|