Searched refs:getMethodInvoker (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | IFlickerJUnitDecorator.kt | 34 fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement method
|
D | LegacyFlickerDecorator.kt | 44 override fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement { in getMethodInvoker() method 52 inner?.getMethodInvoker(method, test)?.evaluate() in getMethodInvoker()
|
D | LegacyFlickerServiceDecorator.kt | 91 override fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement { in getMethodInvoker() method 99 inner?.getMethodInvoker(method, test)?.evaluate() in getMethodInvoker()
|
D | FlickerServiceDecorator.kt | 160 override fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement { in <lambda>() method 171 inner?.getMethodInvoker(method, test)?.evaluate() in <lambda>()
|
D | FlickerServiceJUnit4ClassRunner.kt | 175 return flickerDecorator.getMethodInvoker(method, test) in <lambda>() 197 override fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement { in <lambda>() method
|
D | LegacyFlickerJUnit4ClassRunner.kt | 232 return flickerDecorator.getMethodInvoker(method, test) in <lambda>() 262 override fun getMethodInvoker(method: FrameworkMethod, test: Any): Statement { in <lambda>() method
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | LegacyFlickerDecoratorTest.kt | 91 .getMethodInvoker( in <lambda>() 125 .getMethodInvoker( in <lambda>()
|
D | FlickerServiceDecoratorTest.kt | 154 val methodInvoker = decorator.getMethodInvoker(method, test) in failsTestAndNotModuleOnFlickerServiceMethodComputeError()
|