JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.jmock.core
StubMatchersCollection
Contents
Description
Method Summary
Method Details
setName(String)
addMatcher(InvocationMatcher)
setStub(Stub)
Hide sidebar
Show sidebar
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
(
String
name)
void
setStub
(
Stub
stub)
Method Details
setName
void
setName
(
String
name)
addMatcher
void
addMatcher
(
InvocationMatcher
matcher)
setStub
void
setStub
(
Stub
stub)