Package org.mockito.internal.stubbing

Stubbing logic.

See:
          Description

Interface Summary
Stubber Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
VoidMethodStubbable<T> Stubs void method with an exception.
 

Class Summary
AnswersValidator  
DoesNothing  
MockitoStubber  
Returns  
StubbedInvocationMatcher  
StubberImpl  
ThrowsException  
 

Exception Summary
DontThrow  
 

Package org.mockito.internal.stubbing Description

Stubbing logic.