Searched defs:AtMost (Results 1 – 3 of 3) sorted by relevance
19 public class AtMost implements VerificationMode { class24 public AtMost(int maxNumberOfInvocations) { in AtMost() method in AtMost
143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function