Package org.mockito.stubbing

External stubbing related classes

See:
          Description

Interface Summary
Answer<T> Generic interface to be used for configuring mock's answer.
DeprecatedOngoingStubbing<T> Stubs a method call with return value or an exception.
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
VoidMethodStubbable<T> Stubs void method with an exception.
 

Package org.mockito.stubbing Description

External stubbing related classes