public interface IMockInvocation
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getArguments()
The arguments for the invocation.
|
java.lang.reflect.Method |
getMethod()
The invoked method.
|
IMockObject |
getMockObject()
The mock object that received the invocation.
|
IMockObject getMockObject()
java.lang.reflect.Method getMethod()
java.util.List<java.lang.Object> getArguments()
Copyright © 2014. All rights reserved