public interface InvocationOnMock extends Serializable
A placeholder for mock, the method that was called and the arguments that were passed.
Modifier and Type | Method and Description |
---|---|
Object |
callRealMethod()
calls real method
|
Object[] |
getArguments()
returns arguments passed to the method
|
Method |
getMethod()
returns the method
|
Object |
getMock()
returns the mock object
|
Copyright © 2016. All rights reserved.