Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Method | Description |
---|---|---|
static Invocation |
LastControl.getCurrentInvocation() |
Modifier and Type | Method | Description |
---|---|---|
Result |
IMocksBehavior.addActual(Invocation invocation) |
|
Result |
MocksBehavior.addActual(Invocation actual) |
|
Result |
UnorderedBehavior.addActual(Invocation actual) |
|
List<ErrorMessage> |
UnorderedBehavior.getMessages(Invocation invocation) |
|
Object |
IMocksControlState.invoke(Invocation invocation) |
|
Object |
RecordState.invoke(Invocation invocation) |
|
Object |
ReplayState.invoke(Invocation invocation) |
|
boolean |
ExpectedInvocation.matches(Invocation actual) |
|
static void |
LastControl.pushCurrentInvocation(Invocation invocation) |
Constructor | Description |
---|---|
ExpectedInvocation(Invocation invocation,
List<IArgumentMatcher> matchers) |
Copyright © 2001–2018 EasyMock contributors. All rights reserved.