Uses of Package
org.apache.aries.unittest.mocks

Packages that use org.apache.aries.unittest.mocks
org.apache.aries.mocks   
org.apache.aries.unittest.mocks   
 

Classes in org.apache.aries.unittest.mocks used by org.apache.aries.mocks
Skeleton
          The Skeleton class is an implementation of the java.lang.reflect.InvocationHandler that can be used for dynamic mock objects.
 

Classes in org.apache.aries.unittest.mocks used by org.apache.aries.unittest.mocks
DefaultInvocationHandler
          This invocation handler is used by the Skeleton when nothing else is matched.
ExceptionListener
          This class receives notification that an exception has been thrown from a mock object.
MethodCall
          This class represents a method call that has been or is expected to be made.
MethodCallHandler
          Implementations of this interface perform function when a method is called.
ReturnTypeHandler
          Return type handlers return objects that implement the specified class.
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.