public class BehaviourActionBuilder<T>
extends java.lang.Object
| Constructor and Description |
|---|
BehaviourActionBuilder(org.hamcrest.Matcher<org.mockito.invocation.InvocationOnMock> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
returnValue(T value) |
void |
throwException(java.util.function.Supplier<java.lang.Throwable> exception) |
void |
transform(Transform<T> transform) |