org.jmock.builder

Interface MatchBuilder

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

public interface MatchBuilder
extends StubBuilder

Method Summary

MatchBuilder
after(String previousCallID)
MatchBuilder
after(BuilderNamespace otherMock, String previousCallID)
MatchBuilder
match(InvocationMatcher customMatcher)

Methods inherited from interface org.jmock.builder.IdentityBuilder

id

Methods inherited from interface org.jmock.builder.StubBuilder

isVoid, will

Method Details

after

public MatchBuilder after(String previousCallID)

after

public MatchBuilder after(BuilderNamespace otherMock,
                          String previousCallID)

match

public MatchBuilder match(InvocationMatcher customMatcher)