public class SpyBehaviour
extends java.lang.Object
| Constructor and Description |
|---|
SpyBehaviour(org.hamcrest.Matcher<org.mockito.invocation.InvocationOnMock> predicate,
BehaviourAction action) |
| Modifier and Type | Method and Description |
|---|---|
BehaviourAction |
getAction() |
org.hamcrest.Matcher<org.mockito.invocation.InvocationOnMock> |
getMatcher() |
public SpyBehaviour(org.hamcrest.Matcher<org.mockito.invocation.InvocationOnMock> predicate,
BehaviourAction action)
public org.hamcrest.Matcher<org.mockito.invocation.InvocationOnMock> getMatcher()
public BehaviourAction getAction()