|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockInvocation
A method invocation on a mock object.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
IMockObject getMockObject()
java.lang.reflect.Method getMethod()
java.util.List<java.lang.Object> getArguments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||