Searched refs:invokeExplosively (Results 1 – 3 of 3) sorted by relevance
63 public Object invokeExplosively(Object target, Object... params) throws Throwable { in invokeExplosively() method in FrameworkMethodWithParameter71 return mWrappedFrameworkMethod.invokeExplosively(target, allParams); in invokeExplosively()
1096 method.invokeExplosively(testClass.getJavaClass());
52 method.invokeExplosively(null, new Object[] {new String[0]}); in methodInvoker()