test.jmock.builder.testsupport
Class MockStubMatchersCollection

java.lang.Object
  extended bytest.jmock.builder.testsupport.MockStubMatchersCollection
All Implemented Interfaces:
StubMatchersCollection

public class MockStubMatchersCollection
extends Object
implements StubMatchersCollection


Field Summary
 ExpectationValue addedMatcher
           
 ExpectationValue addedMatcherType
           
 ExpectationValue setName
           
 ExpectationValue setStub
           
 ExpectationValue setStubReturnValue
           
 ExpectationValue setStubType
           
 
Constructor Summary
MockStubMatchersCollection()
           
 
Method Summary
 void addMatcher(InvocationMatcher matcher)
           
 void setName(String name)
           
 void setStub(Stub stub)
           
 void verifyExpectations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addedMatcher

public ExpectationValue addedMatcher

addedMatcherType

public ExpectationValue addedMatcherType

setStubType

public ExpectationValue setStubType

setStub

public ExpectationValue setStub

setStubReturnValue

public ExpectationValue setStubReturnValue

setName

public ExpectationValue setName
Constructor Detail

MockStubMatchersCollection

public MockStubMatchersCollection()
Method Detail

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()