Package org.apache.aries.unittest.mocks

Interface Summary
ExceptionListener This class receives notification that an exception has been thrown from a mock object.
MethodCallHandler Implementations of this interface perform function when a method is called.
ReturnTypeHandler Return type handlers return objects that implement the specified class.
 

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.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.