Package org.mockito.internal.stubbing

Stubbing logic.

See:
          Description

Interface Summary
Answer<T> Used to answer expected calls.
VoidMethodStubbable<T> Stubs void method with an exception.
 

Class Summary
AnswerFactory  
StubbedInvocationMatcher  
Stubber  
 

Exception Summary
DontThrow  
 

Package org.mockito.internal.stubbing Description

Stubbing logic.