public class InvocationMarker extends Object
Modifier and Type | Method and Description |
---|---|
static void |
markVerified(Invocation invocation,
MatchableInvocation wanted) |
static void |
markVerified(List<Invocation> invocations,
MatchableInvocation wanted) |
static void |
markVerifiedInOrder(List<Invocation> chunk,
MatchableInvocation wanted,
InOrderContext context) |
public static void markVerified(List<Invocation> invocations, MatchableInvocation wanted)
public static void markVerified(Invocation invocation, MatchableInvocation wanted)
public static void markVerifiedInOrder(List<Invocation> chunk, MatchableInvocation wanted, InOrderContext context)
Copyright © 2022. All rights reserved.