Lines Matching refs:doAction
119 @Override public T doAction(Method method, Object[] args) { return result; }
132 public T doAction(Method method, Object[] args) throws Throwable { return callable.call(); }
142 public Object doAction(Method method, Object[] args) throws Throwable { throw exception; }
774 return stubbedCall.mAction.doAction(method, args);
801 public Object doAction(Method innerMethod, Object[] innerArgs) throws Throwable {
803 return stubbingAction.doAction(innerMethod, innerArgs);
985 public Object doAction(Method method, Object[] arguments) throws Throwable;