Searched refs:AllOfMatches (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 423 void AllOfMatches(int num, const Matcher<int>& m) { in AllOfMatches() function 466 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST() 467 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST() 468 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST() 469 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST() 470 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6))); in TEST() 471 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST() 472 AllOfMatches(8, in TEST() 474 AllOfMatches( in TEST() 476 AllOfMatches(1 in TEST() [all...] |
Completed in 2 milliseconds