Home
last modified time | relevance | path

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/
DPerformanceRunner.java53 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/
DFlickerServiceJUnit4ClassRunner.kt174 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>()
DLegacyFlickerJUnit4ClassRunner.kt231 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/
DMicrobenchmark.java196 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/
DFlickerServiceDecoratorTest.kt154 val methodInvoker = decorator.getMethodInvoker(method, test) in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant
155 val exception = assertThrows<Throwable> { methodInvoker.evaluate() } in failsTestAndNotModuleOnFlickerServiceMethodComputeError()