Class Summary |
DefaultInvocationHandler |
This invocation handler is used by the Skeleton when nothing else is
matched. |
DefaultMethodCallHandlers |
This class contains method call handlers for some default method handling. |
DefaultReturnTypeHandlers |
This class contains some return type handlers that provides some default behavior. |
MethodCall |
This class represents a method call that has been or is expected to be
made. |
Skeleton |
The Skeleton class is an implementation of the
java.lang.reflect.InvocationHandler that can be used for
dynamic mock objects. |