Interface | Description |
---|---|
Answer<T> |
Generic interface to be used for configuring mock's answer.
|
OngoingStubbing<T> |
Simply put: "When the x method is called then return y".
|
Stubber |
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
|