Searched refs:AnyOfMatches (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 602 static void AnyOfMatches(int num, const Matcher<int>& m) { in AnyOfMatches() function 655 AnyOfMatches(2, AnyOf(1, 2)); in TEST() 656 AnyOfMatches(3, AnyOf(1, 2, 3)); in TEST() 657 AnyOfMatches(4, AnyOf(1, 2, 3, 4)); in TEST() 658 AnyOfMatches(5, AnyOf(1, 2, 3, 4, 5)); in TEST() 659 AnyOfMatches(6, AnyOf(1, 2, 3, 4, 5, 6)); in TEST() 660 AnyOfMatches(7, AnyOf(1, 2, 3, 4, 5, 6, 7)); in TEST() 661 AnyOfMatches(8, AnyOf(1, 2, 3, 4, 5, 6, 7, 8)); in TEST() 662 AnyOfMatches(9, AnyOf(1, 2, 3, 4, 5, 6, 7, 8, 9)); in TEST() 663 AnyOfMatches(1 in TEST() [all...] |
Completed in 2 milliseconds