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 MockitoAssertionErrorReporter.neverWantedButInvoked(DescribedInvocation wanted, List<Invocation> invocations) static MockitoAssertionErrorReporter.tooFewActualInvocations(Discrepancy discrepancy, DescribedInvocation wanted, List<Location> allLocations) static MockitoAssertionErrorReporter.tooFewActualInvocationsInOrder(Discrepancy discrepancy, DescribedInvocation wanted, List<Location> locations) static MockitoAssertionErrorReporter.tooManyActualInvocations(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> locations) static MockitoAssertionErrorReporter.tooManyActualInvocationsInOrder(int wantedCount, int actualCount, DescribedInvocation wanted, List<Location> invocations) static MockitoAssertionErrorReporter.wantedButNotInvoked(DescribedInvocation wanted) static MockitoAssertionErrorReporter.wantedButNotInvoked(DescribedInvocation wanted, List<? extends DescribedInvocation> invocations) static MockitoAssertionErrorReporter.wantedButNotInvokedInOrder(DescribedInvocation wanted, DescribedInvocation previous) Method parameters in org.mockito.internal.exceptions with type arguments of type DescribedInvocationModifier and TypeMethodDescriptionstatic MockitoAssertionErrorReporter.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 TypeClassDescriptionclassclassIn 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 TypeMethodDescriptionvoidStubbedInvocationMatcher.markStubUsed(DescribedInvocation usedAt) -
Uses of DescribedInvocation in org.mockito.invocation
Subinterfaces of DescribedInvocation in org.mockito.invocationModifier and TypeInterfaceDescriptioninterfaceA method call on a mock object.interfaceMatchableInvocationwrapsInvocationinstance and holds argument matchers associated with that invocation. -
Uses of DescribedInvocation in org.mockito.listeners
Methods in org.mockito.listeners that return DescribedInvocation