127128129130131132133
public InvocationMatcher atLeastOnce() { return new InvokeAtLeastOnceMatcher(); } public InvocationMatcher atMostOnce() { return new InvokeAtMostOnceMatcher(); }
173174175176177178179