Package org.mockito.invocation
package org.mockito.invocation
Public API related to mock method invocations.
-
ClassDescriptionProvides information about the invocation, specifically a human readable description and the location.A method call on a mock object.Although this class is a part of public API, please don't provide your own implementations.Available via
MockitoFramework.getInvocationFactory()
.Behavior of the real method.An invocation on a mock.Describes the location of something in the source code.MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation.MockHandler<T>Mockito handler of an invocation on a mock.The information about stubbing, for example the location of stubbing.