Searched refs:methodInvoker (Results 1 – 5 of 5) sorted by relevance
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
D | PerformanceRunner.java | 53 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in PerformanceRunner 64 return new TimedStatement(super.methodInvoker(method, test), warmUpIterations, runs, in methodInvoker()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | FlickerServiceJUnit4ClassRunner.kt | 174 override fun methodInvoker(method: FrameworkMethod, test: Any): Statement { in <lambda>() method 198 return super.methodInvoker(method, test) in <lambda>() 387 var statement: Statement? = methodInvoker(method!!, test) in <lambda>()
|
D | LegacyFlickerJUnit4ClassRunner.kt | 231 override fun methodInvoker(method: FrameworkMethod, test: Any): Statement { in <lambda>() method 263 return super.methodInvoker(method, test) in <lambda>()
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 196 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in Microbenchmark 203 Arrays.asList(new Statement[] {super.methodInvoker(method, test)})); in methodInvoker() 392 Statement statement = methodInvoker(method, test); in runChild()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | FlickerServiceDecoratorTest.kt | 154 val methodInvoker = decorator.getMethodInvoker(method, test) in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant 155 val exception = assertThrows<Throwable> { methodInvoker.evaluate() } in failsTestAndNotModuleOnFlickerServiceMethodComputeError()
|