org.eigenbase.util
Interface MethodCallTestCase.Dispatcher

Enclosing class:
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

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