Uses of Interface
org.mockito.invocation.DescribedInvocation
-
Packages that use DescribedInvocation Package Description org.mockito.internal.debugging Whatever helps in debugging failed tests.org.mockito.internal.exceptions org.mockito.internal.handler org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.stubbing Stubbing logic.org.mockito.invocation Public API related to mock method invocations.org.mockito.listeners Public classes relative to the listener APIs. -
-
Uses of DescribedInvocation in org.mockito.internal.debugging
Methods in org.mockito.internal.debugging with parameters of type DescribedInvocation Modifier and Type Method Description private voidVerboseMockInvocationLogger. printInvocation(DescribedInvocation invocation) -
Uses of DescribedInvocation in org.mockito.internal.exceptions
Subinterfaces of DescribedInvocation in org.mockito.internal.exceptions Modifier and Type Interface Description interfaceVerificationAwareInvocationMethods in org.mockito.internal.exceptions with parameters of type DescribedInvocation Modifier and Type Method Description private static java.lang.StringReporter. createTooFewInvocationsMessage(Discrepancy discrepancy, DescribedInvocation wanted, java.util.List<Location> locations)private static java.lang.StringReporter. createTooManyInvocationsMessage(int wantedCount, int actualCount, DescribedInvocation wanted, java.util.List<Location> invocations)private static java.lang.StringReporter. createWantedButNotInvokedMessage(DescribedInvocation wanted)static MockitoAssertionErrorReporter. neverWantedButInvoked(DescribedInvocation wanted, java.util.List<Invocation> invocations)static MockitoAssertionErrorReporter. tooFewActualInvocations(Discrepancy discrepancy, DescribedInvocation wanted, java.util.List<Location> allLocations)static MockitoAssertionErrorReporter. tooFewActualInvocationsInOrder(Discrepancy discrepancy, DescribedInvocation wanted, java.util.List<Location> locations)static MockitoAssertionErrorReporter. tooManyActualInvocations(int wantedCount, int actualCount, DescribedInvocation wanted, java.util.List<Location> locations)static MockitoAssertionErrorReporter. tooManyActualInvocationsInOrder(int wantedCount, int actualCount, DescribedInvocation wanted, java.util.List<Location> invocations)static MockitoAssertionErrorReporter. wantedButNotInvoked(DescribedInvocation wanted)static MockitoAssertionErrorReporter. wantedButNotInvoked(DescribedInvocation wanted, java.util.List<? extends DescribedInvocation> invocations)static MockitoAssertionErrorReporter. wantedButNotInvokedInOrder(DescribedInvocation wanted, DescribedInvocation previous)Method parameters in org.mockito.internal.exceptions with type arguments of type DescribedInvocation Modifier and Type Method Description static MockitoAssertionErrorReporter. wantedButNotInvoked(DescribedInvocation wanted, java.util.List<? extends DescribedInvocation> invocations) -
Uses of DescribedInvocation in org.mockito.internal.handler
Methods in org.mockito.internal.handler that return DescribedInvocation Modifier and Type Method Description DescribedInvocationNotifiedMethodInvocationReport. getInvocation() -
Uses of DescribedInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement DescribedInvocation Modifier and Type Class Description classInterceptedInvocationclassInvocationMatcherIn addition to all content of the invocation, the invocation matcher contains the argument matchers.Fields in org.mockito.internal.invocation declared as DescribedInvocation Modifier and Type Field Description private DescribedInvocationStubInfoImpl. stubbedAtConstructors in org.mockito.internal.invocation with parameters of type DescribedInvocation Constructor Description StubInfoImpl(DescribedInvocation stubbedAt) -
Uses of DescribedInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement DescribedInvocation Modifier and Type Class Description classStubbedInvocationMatcherFields in org.mockito.internal.stubbing declared as DescribedInvocation Modifier and Type Field Description private DescribedInvocationStubbedInvocationMatcher. usedAtMethods 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.interfaceMatchableInvocationMatchableInvocationwrapsInvocationinstance and holds argument matchers associated with that invocation. -
Uses of DescribedInvocation in org.mockito.listeners
Methods in org.mockito.listeners that return DescribedInvocation Modifier and Type Method Description DescribedInvocationMethodInvocationReport. getInvocation()
-