test.jmock.builder.testsupport
Class MockStubMatchersCollection
java.lang.Object
test.jmock.builder.testsupport.MockStubMatchersCollection
- All Implemented Interfaces:
- StubMatchersCollection
- public class MockStubMatchersCollection
- extends Object
- implements StubMatchersCollection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addedMatcher
public ExpectationValue addedMatcher
addedMatcherType
public ExpectationValue addedMatcherType
setStubType
public ExpectationValue setStubType
setStub
public ExpectationValue setStub
setStubReturnValue
public ExpectationValue setStubReturnValue
setName
public ExpectationValue setName
MockStubMatchersCollection
public MockStubMatchersCollection()
addMatcher
public void addMatcher(InvocationMatcher matcher)
- Specified by:
addMatcher
in interface StubMatchersCollection
setStub
public void setStub(Stub stub)
- Specified by:
setStub
in interface StubMatchersCollection
setName
public void setName(String name)
- Specified by:
setName
in interface StubMatchersCollection
verifyExpectations
public void verifyExpectations()