org.jmock.builder
Interface MatchBuilder

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

public interface MatchBuilder
extends StubBuilder


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

public MatchBuilder match(InvocationMatcher customMatcher)

after

public MatchBuilder after(String previousCallID)

after

public MatchBuilder after(BuilderNamespace otherMock,
                          String previousCallID)