Class | Description |
---|---|
AnswerFunctionalInterfaces |
Functional interfaces to make it easy to implement answers in Java 8
|
AnswersWithDelay |
Returns as the provided answer would return, after delaying the specified amount.
|
CallsRealMethods |
Optional Answer that adds partial mocking support
|
ClonesArguments | |
DefaultAnswerValidator | |
DoesNothing | |
InvocationInfo | |
Returns | |
ReturnsArgumentAt |
Returns the passed parameter identity at specified index.
|
ReturnsElementsOf |
Returns elements of the collection.
|
ThrowsException |
An answer that always throws the same throwable.
|