Uses of Interface
org.jmock.Stub

Packages that use Stub
org.jmock.dynamic   
org.jmock.stub   
 

Uses of Stub in org.jmock.dynamic
 

Methods in org.jmock.dynamic with parameters of type Stub
 void InvocationMocker.setStub(Stub stub)
           
 

Constructors in org.jmock.dynamic with parameters of type Stub
InvocationMocker(java.lang.String methodName, InvocationMatcher arguments, Stub stub)
           
InvocationMocker(InvocationMatcher[] matchers, Stub stub)
           
InvocationMocker(Stub stub)
           
 

Uses of Stub in org.jmock.stub
 

Classes in org.jmock.stub that implement Stub
 class CallStub
           
 class ReturnStub
           
 class ThrowStub
           
 class VoidStub
           
 



Copyright © 2003 jMock.org. All Rights Reserved.