Package | Description |
---|---|
org.mockito.internal.stubbing.answers |
Answers for stubbed calls.
|
Modifier and Type | Class and Description |
---|---|
class |
AnswersWithDelay
Returns as the provided answer would return, after delaying the specified amount.
|
class |
CallsRealMethods
Optional Answer that adds partial mocking support
|
class |
DoesNothing |
class |
Returns |
class |
ReturnsArgumentAt
Returns the passed parameter identity at specified index.
|
class |
ThrowsException
An answer that always throws the same throwable.
|