Uses of Interface
org.jmock.dynamic.ExpectationBuilder

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

Uses of ExpectationBuilder in org.jmock.dynamic
 

Classes in org.jmock.dynamic that implement ExpectationBuilder
 class InvocationMockerBuilder
           
 

Methods in org.jmock.dynamic that return ExpectationBuilder
 ExpectationBuilder InvocationMockerBuilder.isVoid()
           
 ExpectationBuilder InvocationMockerBuilder.returns(java.lang.Object returnValue)
           
 ExpectationBuilder InvocationMockerBuilder.willThrow(java.lang.Throwable throwable)
           
 

Uses of ExpectationBuilder in org.jmock.stub
 

Methods in org.jmock.stub that return ExpectationBuilder
 ExpectationBuilder StubBuilder.isVoid()
           
 ExpectationBuilder StubBuilder.returns(java.lang.Object returnValue)
           
 ExpectationBuilder StubBuilder.willThrow(java.lang.Throwable throwable)
           
 



Copyright © 2003 jMock.org. All Rights Reserved.