Uses of Interface
org.mockito.invocation.Location
-
Packages that use Location Package Description org.mockito.exceptions Exception messages, exception hierarchies.org.mockito.internal.debugging Whatever helps in debugging failed testsorg.mockito.internal.invocation Invocation and related classes.org.mockito.internal.matchers Argument matchers for verification and stubbing.org.mockito.invocation Public API related to invocation -
-
Uses of Location in org.mockito.exceptions
Methods in org.mockito.exceptions that return Location Modifier and Type Method Description LocationPrintableInvocation. getLocation()Deprecated.Methods in org.mockito.exceptions with parameters of type Location Modifier and Type Method Description voidReporter. argumentsAreDifferent(java.lang.String wanted, java.lang.String actual, Location actualLocation)voidReporter. neverWantedButInvoked(DescribedInvocation wanted, Location firstUndesired)voidReporter. smartNullPointerException(java.lang.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 Location Modifier and Type Class Description classLocationImplMethods in org.mockito.internal.debugging that return Location Modifier and Type Method Description LocationLocalized. getLocation() -
Uses of Location in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation that return Location Modifier and Type Method Description LocationInvocationsFinder. getLastLocation(java.util.List<Invocation> invocations)LocationInvocationImpl. getLocation()LocationInvocationMatcher. getLocation()LocationStubInfoImpl. stubbedAt() -
Uses of Location in org.mockito.internal.matchers
Methods in org.mockito.internal.matchers that return Location Modifier and Type Method Description LocationLocalizedMatcher. getLocation() -
Uses of Location in org.mockito.invocation
Methods in org.mockito.invocation that return Location Modifier and Type Method Description LocationDescribedInvocation. getLocation()The place in the code where the invocation happened.LocationInvocation. getLocation()LocationStubInfo. stubbedAt()
-