Package org.mockito.invocation

Public API related to invocation

See:
          Description

Interface Summary
DescribedInvocation Provides information about the invocation, specifically a human readable description and the location.
Invocation A method call on a mock object.
InvocationOnMock An invocation on a mock
Location Describes the location of something in the source code.
MockHandler Mockito handler of an invocation on a mock.
StubInfo The information about stubbing, for example the location of stubbing.
 

Package org.mockito.invocation Description

Public API related to invocation