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