org.spockframework.mock
Interface IMockInvocation

All Known Implementing Classes:
MockInvocation

public interface IMockInvocation

A method invocation on a mock object.

Author:
Peter Niederwieser

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

getMockObject

IMockObject getMockObject()
The mock object that received the invocation.


getMethod

java.lang.reflect.Method getMethod()
The invoked method.


getArguments

java.util.List<java.lang.Object> getArguments()
The arguments for the invocation.



Copyright © 2013. All rights reserved