Uses of Interface
org.mockito.invocation.DescribedInvocation
Packages that use DescribedInvocation
Package
Description
Invocation machinery and related classes.
Stubbing logic.
Public API related to mock method invocations.
Public classes relative to the listener APIs.
-
Uses of DescribedInvocation in org.mockito.internal.exceptions
Subinterfaces of DescribedInvocation in org.mockito.internal.exceptionsMethods in org.mockito.internal.exceptions with parameters of type DescribedInvocationModifier and TypeMethodDescriptionstatic MockitoAssertionError
Reporter.neverWantedButInvoked
(DescribedInvocation wanted, List<Invocation> invocations) static MockitoAssertionError
Reporter.tooFewActualInvocations
(Discrepancy discrepancy, DescribedInvocation wanted, List<Location> allLocations) static MockitoAssertionError
Reporter.tooFewActualInvocationsInOrder
(Discrepancy discrepancy, DescribedInvocation wanted, List<Location> locations) static MockitoAssertionError
Reporter.tooManyActualInvocations
(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> locations) static MockitoAssertionError
Reporter.tooManyActualInvocationsInOrder
(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> invocations) static MockitoAssertionError
Reporter.wantedButNotInvoked
(DescribedInvocation wanted) static MockitoAssertionError
Reporter.wantedButNotInvoked
(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) static MockitoAssertionError
Reporter.wantedButNotInvokedInOrder
(DescribedInvocation wanted, DescribedInvocation previous) Method parameters in org.mockito.internal.exceptions with type arguments of type DescribedInvocationModifier and TypeMethodDescriptionstatic MockitoAssertionError
Reporter.wantedButNotInvoked
(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) -
Uses of DescribedInvocation in org.mockito.internal.handler
Methods in org.mockito.internal.handler that return DescribedInvocation -
Uses of DescribedInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement DescribedInvocationModifier and TypeClassDescriptionclass
class
In addition to all content of the invocation, the invocation matcher contains the argument matchers.Constructors in org.mockito.internal.invocation with parameters of type DescribedInvocation -
Uses of DescribedInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement DescribedInvocationMethods in org.mockito.internal.stubbing with parameters of type DescribedInvocationModifier and TypeMethodDescriptionvoid
StubbedInvocationMatcher.markStubUsed
(DescribedInvocation usedAt) -
Uses of DescribedInvocation in org.mockito.invocation
Subinterfaces of DescribedInvocation in org.mockito.invocationModifier and TypeInterfaceDescriptioninterface
A method call on a mock object.interface
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