See: Description
Interface | Description |
---|---|
LambdaAnswer.ValueToReturn<T> |
Class | Description |
---|---|
LambdaAnswer<T> |
An
Answer to optionally call the real method and allow
returning a custom result. |
LatchCountDownAndCallRealMethodAnswer |
An
Answer for void returning methods that calls the real
method and counts down a latch. |