public class NumberOfInvocationsChecker
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
NumberOfInvocationsChecker() |
Modifier and Type | Method and Description |
---|---|
static void |
checkNumberOfInvocations(java.util.List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount) |
static void |
checkNumberOfInvocations(java.util.List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount,
InOrderContext context) |
static void |
checkNumberOfInvocationsNonGreedy(java.util.List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount,
InOrderContext context) |
public static void checkNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount)
public static void checkNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context)
public static void checkNumberOfInvocationsNonGreedy(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext context)