public class AtLeastXNumberOfInvocationsChecker extends Object
| Constructor and Description |
|---|
AtLeastXNumberOfInvocationsChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkAtLeastNumberOfInvocations(List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount) |
static void |
checkAtLeastNumberOfInvocations(List<Invocation> invocations,
MatchableInvocation wanted,
int wantedCount,
InOrderContext orderingContext) |
public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount)
public static void checkAtLeastNumberOfInvocations(List<Invocation> invocations, MatchableInvocation wanted, int wantedCount, InOrderContext orderingContext)
Copyright © 2024. All rights reserved.