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 TypeMethodDescriptionvoidReporter.neverWantedButInvoked(DescribedInvocation wanted, Location firstUndesired) voidReporter.tooLittleActualInvocations(Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) voidReporter.tooLittleActualInvocationsInOrder(Discrepancy discrepancy, DescribedInvocation wanted, Location lastActualLocation) voidReporter.tooManyActualInvocations(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) voidReporter.tooManyActualInvocationsInOrder(int wantedCount, int actualCount, DescribedInvocation wanted, Location firstUndesired) voidReporter.wantedButNotInvoked(DescribedInvocation wanted) voidReporter.wantedButNotInvoked(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) voidReporter.wantedButNotInvokedInOrder(DescribedInvocation wanted, DescribedInvocation previous) Method parameters in org.mockito.exceptions with type arguments of type DescribedInvocationModifier and TypeMethodDescriptionvoidReporter.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 TypeClassDescriptionclassMethod call on a mock object.classConstructors 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 TypeMethodDescriptionvoidStubbedInvocationMatcher.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 theDescribedInvocationtype.