org.jmock.builder

Interface StubBuilder

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

public interface StubBuilder
extends IdentityBuilder

Method Summary

IdentityBuilder
isVoid()
IdentityBuilder
will(Stub stubAction)

Methods inherited from interface org.jmock.builder.IdentityBuilder

id

Method Details

isVoid

public IdentityBuilder isVoid()

will

public IdentityBuilder will(Stub stubAction)