Home
last modified time | relevance | path

Searched refs:AllOfMatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc424 void AllOfMatches(int num, const Matcher<int>& m) { in AllOfMatches() function
467 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST()
468 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST()
469 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST()
470 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST()
471 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6))); in TEST()
472 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST()
473 AllOfMatches(8, in TEST()
475 AllOfMatches( in TEST()
479 AllOfMatches( in TEST()
[all …]