Uses of Interface
com.mockobjects.dynamic.Callable

Packages that use Callable
com.mockobjects.dynamic   
 

Uses of Callable in com.mockobjects.dynamic
 

Subinterfaces of Callable in com.mockobjects.dynamic
 interface CallableAddable
           
 

Classes in com.mockobjects.dynamic that implement Callable
 class CallBag
           
 class CallOnceExpectation
           
 class CallSequence
           
 class CallSignature
           
 class CallStub
           
 class ReturnStub
           
 class ThrowStub
           
 class VoidStub
           
 

Methods in com.mockobjects.dynamic that return Callable
 Callable DefaultCallFactory.createReturnStub(java.lang.Object result)
           
 Callable DefaultCallFactory.createThrowStub(java.lang.Throwable exception)
           
 Callable DefaultCallFactory.createCallExpectation(Callable call)
           
 Callable DefaultCallFactory.createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)
           
 Callable DefaultCallFactory.createVoidStub()
           
 Callable CallFactory.createReturnStub(java.lang.Object result)
           
 Callable CallFactory.createThrowStub(java.lang.Throwable throwable)
           
 Callable CallFactory.createVoidStub()
           
 Callable CallFactory.createCallExpectation(Callable call)
           
 Callable CallFactory.createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)
           
 

Methods in com.mockobjects.dynamic with parameters of type Callable
 Callable DefaultCallFactory.createCallExpectation(Callable call)
           
 Callable DefaultCallFactory.createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)
           
 void CallSequence.addExpect(Callable call)
           
 void CallSequence.addMatch(Callable call)
           
 Callable CallFactory.createCallExpectation(Callable call)
           
 Callable CallFactory.createCallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable call)
           
 void CallBag.addExpect(Callable call)
           
 void CallBag.addMatch(Callable call)
           
 void CallableAddable.addExpect(Callable call)
           
 void CallableAddable.addMatch(Callable call)
           
 

Constructors in com.mockobjects.dynamic with parameters of type Callable
CallSignature(java.lang.String methodName, ConstraintMatcher constraints, Callable delegate)
           
CallOnceExpectation(Callable delegate)
           
 



Copyright © 2002 Mock Objects. All Rights Reserved.