Uses of Interface
org.mockito.invocation.DescribedInvocation
-
Packages that use DescribedInvocation Package Description org.mockito.invocation Public API related to mock method invocations.org.mockito.listeners Public classes relative to the listener APIs. -
-
Uses of DescribedInvocation in org.mockito.invocation
Subinterfaces of DescribedInvocation in org.mockito.invocation Modifier and Type Interface Description interface
Invocation
A method call on a mock object.interface
MatchableInvocation
MatchableInvocation
wrapsInvocation
instance and holds argument matchers associated with that invocation. -
Uses of DescribedInvocation in org.mockito.listeners
Methods in org.mockito.listeners that return DescribedInvocation Modifier and Type Method Description DescribedInvocation
MethodInvocationReport. getInvocation()
-