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 void
addMatcher(InvocationMatcher matcher)
void
setName(java.lang.String name)
void
setStub(Stub stub)
-
-
-
Method Detail
-
setName
void setName(java.lang.String name)
-
addMatcher
void addMatcher(InvocationMatcher matcher)
-
setStub
void setStub(Stub stub)
-
-