Uses of Interface
org.mockito.invocation.DescribedInvocation
Packages that use DescribedInvocation
Package
Description
Exception messages, exception hierarchies.
Invocation and related classes.
Stubbing logic.
Public API related to invocation
Public classes relative to the call listener.
-
Uses of DescribedInvocation in org.mockito.exceptions
Methods in org.mockito.exceptions with parameters of type DescribedInvocationModifier and TypeMethodDescriptionvoid
Reporter.neverWantedButInvoked
(DescribedInvocation wanted, Location firstUndesired) void
Reporter.tooLittleActualInvocations
(Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) void
Reporter.tooLittleActualInvocationsInOrder
(Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) void
Reporter.tooManyActualInvocations
(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) void
Reporter.tooManyActualInvocationsInOrder
(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) void
Reporter.wantedButNotInvoked
(DescribedInvocation wanted) void
Reporter.wantedButNotInvoked
(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) void
Reporter.wantedButNotInvokedInOrder
(DescribedInvocation wanted, DescribedInvocation previous) Method parameters in org.mockito.exceptions with type arguments of type DescribedInvocationModifier and TypeMethodDescriptionvoid
Reporter.wantedButNotInvoked
(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) -
Uses of DescribedInvocation in org.mockito.internal.exceptions
Subinterfaces of DescribedInvocation in org.mockito.internal.exceptions -
Uses of DescribedInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement DescribedInvocationModifier and TypeClassDescriptionclass
Method call on a mock object.class
Constructors in org.mockito.internal.invocation with parameters of type DescribedInvocation -
Uses of DescribedInvocation in org.mockito.internal.listeners
Methods in org.mockito.internal.listeners that return 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.invocation -
Uses of DescribedInvocation in org.mockito.listeners
Methods in org.mockito.listeners that return DescribedInvocationModifier and TypeMethodDescriptionMethodInvocationReport.getInvocation()
The return type is deprecated, please assign the return value from this method to theDescribedInvocation
type.