net.sf.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.


Method Summary
 Object call(Method method, Object o, Object[] args)
           
 

Method Detail

call

public Object call(Method method,
                   Object o,
                   Object[] args)
            throws IllegalAccessException,
                   IllegalArgumentException,
                   InvocationTargetException
IllegalAccessException
IllegalArgumentException
InvocationTargetException

SourceForge.net_Logo