org.jmock.builder
Interface StubBuilder

All Superinterfaces:
IdentityBuilder
All Known Subinterfaces:
ArgumentsMatchBuilder, MatchBuilder, NameMatchBuilder
All Known Implementing Classes:
InvocationMockerBuilder, MockMatchBuilder

public interface StubBuilder
extends IdentityBuilder


Method Summary
 IdentityBuilder isVoid()
           
 IdentityBuilder will(Stub stubAction)
           
 
Methods inherited from interface org.jmock.builder.IdentityBuilder
id
 

Method Detail

will

public IdentityBuilder will(Stub stubAction)

isVoid

public IdentityBuilder isVoid()