public class AtLeastXNumberOfInvocationsChecker
extends java.lang.Object
Constructor and Description |
---|
AtLeastXNumberOfInvocationsChecker() |
Modifier and Type | Method and Description |
---|---|
static void |
checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount) |
static void |
checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount,
InOrderContext orderingContext) |
public static void checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount)
public static void checkAtLeastNumberOfInvocations(java.util.List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)