Uses of Interface
org.mockito.invocation.Location
Packages that use Location
Package
Description
Exception messages, exception hierarchies.
Whatever helps in debugging failed tests
Invocation and related classes.
Argument matchers for verification and stubbing.
Public API related to invocation
-
Uses of Location in org.mockito.exceptions
Methods in org.mockito.exceptions that return LocationMethods in org.mockito.exceptions with parameters of type LocationModifier and TypeMethodDescriptionvoidReporter.argumentsAreDifferent(String wanted, String actual, Location actualLocation) voidReporter.neverWantedButInvoked(DescribedInvocation wanted, Location firstUndesired) voidReporter.smartNullPointerException(String invocation, Location location) 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.unfinishedStubbing(Location location) voidReporter.unfinishedVerificationException(Location location) -
Uses of Location in org.mockito.internal.debugging
Classes in org.mockito.internal.debugging that implement LocationMethods in org.mockito.internal.debugging that return Location -
Uses of Location in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation that return LocationModifier and TypeMethodDescriptionInvocationsFinder.getLastLocation(List<Invocation> invocations) InvocationImpl.getLocation()InvocationMatcher.getLocation()StubInfoImpl.stubbedAt() -
Uses of Location in org.mockito.internal.matchers
Methods in org.mockito.internal.matchers that return Location -
Uses of Location in org.mockito.invocation
Methods in org.mockito.invocation that return LocationModifier and TypeMethodDescriptionDescribedInvocation.getLocation()The place in the code where the invocation happened.Invocation.getLocation()StubInfo.stubbedAt()