Package org.jmock.builder
Interface StubBuilder
-
- All Superinterfaces:
IdentityBuilder
- All Known Subinterfaces:
ArgumentsMatchBuilder,MatchBuilder,NameMatchBuilder
- All Known Implementing Classes:
InvocationMockerBuilder
public interface StubBuilder extends IdentityBuilder
- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityBuilderisVoid()IdentityBuilderwill(Stub stubAction)-
Methods inherited from interface org.jmock.builder.IdentityBuilder
id
-
-
-
-
Method Detail
-
will
IdentityBuilder will(Stub stubAction)
-
isVoid
IdentityBuilder isVoid()
-
-