Uses of Interface
org.mockito.invocation.DescribedInvocation
-
Packages that use DescribedInvocation Package Description org.mockito.exceptions Exception messages, exception hierarchies.org.mockito.internal.exceptions org.mockito.internal.invocation Invocation and related classes.org.mockito.internal.listeners org.mockito.internal.stubbing Stubbing logic.org.mockito.invocation Public API related to invocationorg.mockito.listeners Public classes relative to the call listener. -
-
Uses of DescribedInvocation in org.mockito.exceptions
Methods in org.mockito.exceptions with parameters of type DescribedInvocation Modifier and Type Method Description voidReporter. 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, java.util.List<? extends DescribedInvocation> invocations)voidReporter. wantedButNotInvokedInOrder(DescribedInvocation wanted, DescribedInvocation previous)Method parameters in org.mockito.exceptions with type arguments of type DescribedInvocation Modifier and Type Method Description voidReporter. wantedButNotInvoked(DescribedInvocation wanted, java.util.List<? extends DescribedInvocation> invocations) -
Uses of DescribedInvocation in org.mockito.internal.exceptions
Subinterfaces of DescribedInvocation in org.mockito.internal.exceptions Modifier and Type Interface Description interfaceVerificationAwareInvocation -
Uses of DescribedInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement DescribedInvocation Modifier and Type Class Description classInvocationImplMethod call on a mock object.classInvocationMatcherConstructors in org.mockito.internal.invocation with parameters of type DescribedInvocation Constructor Description StubInfoImpl(DescribedInvocation stubbedAt) -
Uses of DescribedInvocation in org.mockito.internal.listeners
Methods in org.mockito.internal.listeners that return DescribedInvocation Modifier and Type Method Description DescribedInvocationNotifiedMethodInvocationReport. getInvocation() -
Uses of DescribedInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement DescribedInvocation Modifier and Type Class Description classStubbedInvocationMatcherMethods in org.mockito.internal.stubbing with parameters of type DescribedInvocation Modifier and Type Method Description voidStubbedInvocationMatcher. markStubUsed(DescribedInvocation usedAt) -
Uses of DescribedInvocation in org.mockito.invocation
Subinterfaces of DescribedInvocation in org.mockito.invocation Modifier and Type Interface Description interfaceInvocationA method call on a mock object. -
Uses of DescribedInvocation in org.mockito.listeners
Methods in org.mockito.listeners that return DescribedInvocation Modifier and Type Method Description DescribedInvocationMethodInvocationReport. getInvocation()The return type is deprecated, please assign the return value from this method to theDescribedInvocationtype.
-