Interface | Description |
---|---|
DescribedInvocation |
Provides information about the invocation, specifically a human readable description and the location.
|
Invocation |
A method call on a mock object.
|
InvocationContainer |
Although this class is a part of public API, please don't provide your own implementations.
|
InvocationFactory |
Available via
MockitoFramework.getInvocationFactory() . |
InvocationFactory.RealMethodBehavior<R> |
Behavior of the real method.
|
InvocationOnMock |
An invocation on a mock.
|
Location |
Describes the location of something in the source code.
|
MatchableInvocation |
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
MockHandler<T> |
Mockito handler of an invocation on a mock.
|
StubInfo |
The information about stubbing, for example the location of stubbing.
|