Uses of Interface
org.mockito.internal.invocation.CapturesArgumensFromInvocation
Packages that use CapturesArgumensFromInvocation
Package
Description
Invocation and related classes.
Stubbing logic.
-
Uses of CapturesArgumensFromInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement CapturesArgumensFromInvocationMethods in org.mockito.internal.invocation with parameters of type CapturesArgumensFromInvocationModifier and TypeMethodDescriptionvoid
InvocationMarker.markVerified
(List<Invocation> invocations, CapturesArgumensFromInvocation wanted) void
InvocationMarker.markVerified
(Invocation invocation, CapturesArgumensFromInvocation wanted) void
InvocationMarker.markVerifiedInOrder
(List<Invocation> chunk, CapturesArgumensFromInvocation wanted, InOrderContext context) -
Uses of CapturesArgumensFromInvocation in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement CapturesArgumensFromInvocation