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