|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation | |
|---|---|
| org.jmock.api | |
| org.jmock.internal | |
| org.jmock.lib.action | |
| Uses of Invocation in org.jmock.api |
|---|
| Fields in org.jmock.api declared as Invocation | |
|---|---|
Invocation |
ExpectationError.invocation
|
| Methods in org.jmock.api with parameters of type Invocation | |
|---|---|
void |
Expectation.describeMismatch(Invocation invocation,
org.hamcrest.Description description)
|
boolean |
Invocation.equals(Invocation other)
|
Object |
Invokable.invoke(Invocation invocation)
Performs an action in response to an invocation. |
Object |
Expectation.invoke(Invocation invocation)
Invokes the expectation: records that the invocation has occurred and fakes some behaviour in response. |
boolean |
Expectation.matches(Invocation invocation)
Can the Expectation be invoked with invocation? |
| Constructors in org.jmock.api with parameters of type Invocation | |
|---|---|
ExpectationError(String message,
Invocation invocation)
|
|
ExpectationError(String message,
org.hamcrest.SelfDescribing expectations,
Invocation invocation)
|
|
| Uses of Invocation in org.jmock.internal |
|---|
| Methods in org.jmock.internal with parameters of type Invocation | |
|---|---|
void |
InvocationExpectationBuilder.createExpectationFrom(Invocation invocation)
|
void |
ExpectationCapture.createExpectationFrom(Invocation invocation)
|
void |
InvocationExpectation.describeMismatch(Invocation invocation,
org.hamcrest.Description description)
|
void |
InvocationDispatcher.describeMismatch(Invocation invocation,
org.hamcrest.Description description)
|
Object |
InvocationDispatcher.dispatch(Invocation invocation)
|
Object |
InvocationExpectation.invoke(Invocation invocation)
|
Object |
InvocationToExpectationTranslator.invoke(Invocation invocation)
|
Object |
FakeObjectMethods.invoke(Invocation invocation)
|
Object |
ReturnDefaultValueAction.invoke(Invocation invocation)
|
Object |
InvocationDiverter.invoke(Invocation invocation)
|
boolean |
InvocationExpectation.matches(Invocation invocation)
|
| Uses of Invocation in org.jmock.lib.action |
|---|
| Methods in org.jmock.lib.action with parameters of type Invocation | |
|---|---|
Iterator<?> |
ReturnIteratorAction.invoke(Invocation invocation)
|
Object |
ReturnValueAction.invoke(Invocation invocation)
|
Enumeration<?> |
ReturnEnumerationAction.invoke(Invocation invocation)
|
Object |
ThrowAction.invoke(Invocation invocation)
|
Object |
ActionSequence.invoke(Invocation invocation)
|
Object |
DoAllAction.invoke(Invocation invocation)
|
Object |
VoidAction.invoke(Invocation invocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||