|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Matchers for general info about matchers.Mockito.doAnswer(Answer) style:
Answer.
Mockito.doNothing() style:
Mockito.doReturn(Object) style.
Mockito.stub(Object).
Mockito.doThrow(Throwable) style:
ReturnValues
MockitoAnnotations class.Mockito.times(int)
ReturnValues implementation to the default one: MockitoProperties.DEFAULT_RETURN_VALUES
ReturnValues implementation.
Mockito.doThrow(Throwable) method for stubbing voids
Answer
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||