Searched refs:methodInvoker (Results 1 – 2 of 2) sorted by relevance
65 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker() method in DeviceParameterizedRunner85 return super.methodInvoker(method, testObj); in methodInvoker()
216 override fun methodInvoker(method: FrameworkMethod, test: Any): Statement { in methodInvoker() method217 val statement = super.methodInvoker(method, test) in methodInvoker()