Uses of Interface
org.apache.aries.unittest.mocks.MethodCallHandler

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

Uses of MethodCallHandler in org.apache.aries.unittest.mocks
 

Fields in org.apache.aries.unittest.mocks declared as MethodCallHandler
static MethodCallHandler DefaultMethodCallHandlers.EQUALS_HANDLER
          The Default MethodCallHandler for the equals method, performs an == check.
static MethodCallHandler DefaultMethodCallHandlers.HASHCODE_HANDLER
          The Default MethodCallHandler for the hashCode method, returns the identity hashCode.
static MethodCallHandler DefaultMethodCallHandlers.TOSTRING_HANDLER
          The Default MethodCallHandler for the toString method, reproduces @
 

Methods in org.apache.aries.unittest.mocks with parameters of type MethodCallHandler
 void Skeleton.registerMethodCallHandler(MethodCall call, MethodCallHandler handler)
          This method registers a MethodCallHandler for the specified MethodCall.
 



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