Package org.mockito.internal.invocation
Class InvocationMarker
java.lang.Object
org.mockito.internal.invocation.InvocationMarker
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
InvocationMarker
private InvocationMarker()
-
-
Method Details
-
markVerified
-
markVerified
-
markVerifiedInOrder
public static void markVerifiedInOrder(List<Invocation> chunk, MatchableInvocation wanted, InOrderContext context)
-