Searched refs:AtMost (Results 1 – 6 of 6) sorted by relevance
34 using testing::AtMost;188 .Times(AtMost(1)); in TEST_F()190 .Times(AtMost(1)); in TEST_F()192 .Times(AtMost(1)); in TEST_F()222 .Times(AtMost(1)); in TEST_F()224 .Times(AtMost(1)); in TEST_F()226 .Times(AtMost(1)); in TEST_F()280 .Times(AtMost(1)); in TEST_F()282 .Times(AtMost(1)); in TEST_F()284 .Times(AtMost(1)); in TEST_F()
45 using testing::AtMost;83 const Cardinality c = AtMost(5); in TEST()192 AtMost(-1); in TEST()197 const Cardinality c = AtMost(0); in TEST()211 const Cardinality c = AtMost(2); in TEST()222 AtMost(1).DescribeTo(&ss1); in TEST()232 AtMost(3).DescribeTo(&ss3); in TEST()238 const Cardinality c = AtMost(2); in TEST()
68 using testing::AtMost;564 .Times(AtMost(1)); in TEST()578 .Times(AtMost(3)) in TEST()601 .Times(AtMost(1)) in TEST()
128 Cardinality AtMost(int n);
142 Cardinality AtMost(int n) { return Between(0, n); } in AtMost() function
29 using ::testing::AtMost;