org.jmock.builder
Interface MatchBuilder

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

public interface MatchBuilder
extends StubBuilder

Since:
1.0

Method Summary
 MatchBuilder after(BuilderNamespace otherMock, String previousCallID)
           
 MatchBuilder after(String previousCallID)
           
 MatchBuilder match(InvocationMatcher customMatcher)
           
 
Methods inherited from interface org.jmock.builder.StubBuilder
isVoid, will
 
Methods inherited from interface org.jmock.builder.IdentityBuilder
id
 

Method Detail

match

MatchBuilder match(InvocationMatcher customMatcher)

after

MatchBuilder after(String previousCallID)

after

MatchBuilder after(BuilderNamespace otherMock,
                   String previousCallID)