Uses of Interface
org.spockframework.mock.IMockObject

Packages that use IMockObject
org.spockframework.mock   
 

Uses of IMockObject in org.spockframework.mock
 

Classes in org.spockframework.mock that implement IMockObject
 class MockObject
           
 

Methods in org.spockframework.mock that return IMockObject
 IMockObject MockInvocation.getMockObject()
           
 IMockObject IMockInvocation.getMockObject()
          The mock object that received the invocation.
 

Constructors in org.spockframework.mock with parameters of type IMockObject
MockInvocation(IMockObject mockObject, java.lang.reflect.Method method, java.util.List<java.lang.Object> arguments)
           
 



Copyright © 2013. All rights reserved