Uses of Interface
org.mockito.invocation.Location
-
Packages that use Location Package Description org.mockito.invocation Public API related to mock method invocations. -
-
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()
-