Package org.mockito.internal.invocation
Class InvocationMarker
java.lang.Object
org.mockito.internal.invocation.InvocationMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
markVerified
(List<Invocation> invocations, CapturesArgumensFromInvocation wanted) void
markVerified
(Invocation invocation, CapturesArgumensFromInvocation wanted) void
markVerifiedInOrder
(List<Invocation> chunk, CapturesArgumensFromInvocation wanted, InOrderContext context)
-
Constructor Details
-
InvocationMarker
public InvocationMarker()
-
-
Method Details
-
markVerified
-
markVerified
-
markVerifiedInOrder
public void markVerifiedInOrder(List<Invocation> chunk, CapturesArgumensFromInvocation wanted, InOrderContext context)
-