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