Package org.mockito.internal.invocation
Class InvocationMarker
- java.lang.Object
-
- org.mockito.internal.invocation.InvocationMarker
-
public class InvocationMarker extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InvocationMarker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
markVerified(java.util.List<Invocation> invocations, MatchableInvocation wanted)
static void
markVerified(Invocation invocation, MatchableInvocation wanted)
static void
markVerifiedInOrder(java.util.List<Invocation> chunk, MatchableInvocation wanted, InOrderContext context)
-
-
-
Method Detail
-
markVerified
public static void markVerified(java.util.List<Invocation> invocations, MatchableInvocation wanted)
-
markVerified
public static void markVerified(Invocation invocation, MatchableInvocation wanted)
-
markVerifiedInOrder
public static void markVerifiedInOrder(java.util.List<Invocation> chunk, MatchableInvocation wanted, InOrderContext context)
-
-