Package org.jmock.core
Interface StubMatchersCollection
-
- All Known Implementing Classes:
InvocationMocker
public interface StubMatchersCollection- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMatcher(InvocationMatcher matcher)voidsetName(java.lang.String name)voidsetStub(Stub stub)
-
-
-
Method Detail
-
setName
void setName(java.lang.String name)
-
addMatcher
void addMatcher(InvocationMatcher matcher)
-
setStub
void setStub(Stub stub)
-
-