saffron.util
Interface MethodCallTestCase.Dispatcher
- Enclosing interface:
- MethodCallTestCase
- public static interface MethodCallTestCase.Dispatcher
A class implementing Dispatcher
calls a method from within
its own security context. It exists to allow a MethodCallTestCase
to call non-public methods.
call
public Object call(Method method,
Object o,
Object[] args)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
IllegalAccessException
IllegalArgumentException
InvocationTargetException