public class InvocationMarker
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
InvocationMarker() |
Modifier and Type | Method and Description |
---|---|
static void |
markVerified(Invocation invocation,
MatchableInvocation wanted) |
static void |
markVerified(java.util.List<Invocation> invocations,
MatchableInvocation wanted) |
static void |
markVerifiedInOrder(java.util.List<Invocation> chunk,
MatchableInvocation wanted,
InOrderContext context) |
public static void markVerified(java.util.List<Invocation> invocations, MatchableInvocation wanted)
public static void markVerified(Invocation invocation, MatchableInvocation wanted)
public static void markVerifiedInOrder(java.util.List<Invocation> chunk, MatchableInvocation wanted, InOrderContext context)