|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
---|---|
org.easymock.internal |
Uses of Invocation in org.easymock.internal |
---|
Methods in org.easymock.internal that return Invocation | |
---|---|
static Invocation |
LastControl.getCurrentInvocation()
|
Methods in org.easymock.internal with parameters of type Invocation | |
---|---|
Result |
MocksBehavior.addActual(Invocation actual)
|
Result |
IMocksBehavior.addActual(Invocation invocation)
|
Result |
UnorderedBehavior.addActual(Invocation actual)
|
java.util.List<ErrorMessage> |
UnorderedBehavior.getMessages(Invocation invocation)
|
java.lang.Object |
IMocksControlState.invoke(Invocation invocation)
|
java.lang.Object |
RecordState.invoke(Invocation invocation)
|
java.lang.Object |
ReplayState.invoke(Invocation invocation)
|
boolean |
ExpectedInvocation.matches(Invocation actual)
|
boolean |
Invocation.matches(Invocation actual,
ArgumentsMatcher matcher)
|
static void |
LastControl.pushCurrentInvocation(Invocation invocation)
|
Constructors in org.easymock.internal with parameters of type Invocation | |
---|---|
ExpectedInvocation(Invocation invocation,
java.util.List<IArgumentMatcher> matchers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |