Home | History | Annotate | Download | only in test

Lines Matching full:predicate

39 // This is intended as a regression test for the Google Test predicate
73 // Sample functions/functors for testing unary predicate assertions.
75 // A unary predicate function.
91 // A unary predicate functor.
99 // A unary predicate-formatter function.
113 // A unary predicate-formatter functor.
133 // Verifies that each of the predicate's arguments was evaluated
136 "The predicate assertion didn't evaluate argument 2 "
141 FAIL() << "The predicate assertion unexpactedly aborted the test.";
143 FAIL() << "The failed predicate assertion didn't abort the test "
167 // predicate-formatter is a function on a built-in type (int).
175 // predicate-formatter is a function on a user-defined type (Bool).
183 // predicate-formatter is a functor on a built-in type (int).
191 // predicate-formatter is a functor on a user-defined type (Bool).
199 // predicate-formatter is a function on a built-in type (int).
209 // predicate-formatter is a function on a user-defined type (Bool).
219 // predicate-formatter is a functor on a built-in type (int).
229 // predicate-formatter is a functor on a user-defined type (Bool).
239 // predicate-formatter is a function on a built-in type (int).
247 // predicate-formatter is a function on a user-defined type (Bool).
255 // predicate-formatter is a functor on a built-in type (int).
263 // predicate-formatter is a functor on a user-defined type (Bool).
271 // predicate-formatter is a function on a built-in type (int).
282 // predicate-formatter is a function on a user-defined type (Bool).
293 // predicate-formatter is a functor on a built-in type (int).
304 // predicate-formatter is a functor on a user-defined type (Bool).
315 // predicate-formatter is a function on a built-in type (int).
323 // predicate-formatter is a function on a user-defined type (Bool).
331 // predicate-formatter is a functor on a built-in type (int).
339 // predicate-formatter is a functor on a user-defined type (Bool).
347 // predicate-formatter is a function on a built-in type (int).
357 // predicate-formatter is a function on a user-defined type (Bool).
367 // predicate-formatter is a functor on a built-in type (int).
377 // predicate-formatter is a functor on a user-defined type (Bool).
387 // predicate-formatter is a function on a built-in type (int).
395 // predicate-formatter is a function on a user-defined type (Bool).
403 // predicate-formatter is a functor on a built-in type (int).
411 // predicate-formatter is a functor on a user-defined type (Bool).
419 // predicate-formatter is a function on a built-in type (int).
430 // predicate-formatter is a function on a user-defined type (Bool).
441 // predicate-formatter is a functor on a built-in type (int).
452 // predicate-formatter is a functor on a user-defined type (Bool).
461 // Sample functions/functors for testing binary predicate assertions.
463 // A binary predicate function.
479 // A binary predicate functor.
488 // A binary predicate-formatter function.
504 // A binary predicate-formatter functor.
526 // Verifies that each of the predicate's arguments was evaluated
529 "The predicate assertion didn't evaluate argument 2 "
532 "The predicate assertion didn't evaluate argument 3 "
537 FAIL() << "The predicate assertion unexpactedly aborted the test.";
539 FAIL() << "The failed predicate assertion didn't abort the test "
565 // predicate-formatter is a function on a built-in type (int).
574 // predicate-formatter is a function on a user-defined type (Bool).
583 // predicate-formatter is a functor on a built-in type (int).
592 // predicate-formatter is a functor on a user-defined type (Bool).
601 // predicate-formatter is a function on a built-in type (int).
612 // predicate-formatter is a function on a user-defined type (Bool).
623 // predicate-formatter is a functor on a built-in type (int).
634 // predicate-formatter is a functor on a user-defined type (Bool).
645 // predicate-formatter is a function on a built-in type (int).
654 // predicate-formatter is a function on a user-defined type (Bool).
663 // predicate-formatter is a functor on a built-in type (int).
672 // predicate-formatter is a functor on a user-defined type (Bool).
681 // predicate-formatter is a function on a built-in type (int).
693 // predicate-formatter is a function on a user-defined type (Bool).
705 // predicate-formatter is a functor on a built-in type (int).
717 // predicate-formatter is a functor on a user-defined type (Bool).
729 // predicate-formatter is a function on a built-in type (int).
738 // predicate-formatter is a function on a user-defined type (Bool).
747 // predicate-formatter is a functor on a built-in type (int).
756 // predicate-formatter is a functor on a user-defined type (Bool).
765 // predicate-formatter is a function on a built-in type (int).
776 // predicate-formatter is a function on a user-defined type (Bool).
787 // predicate-formatter is a functor on a built-in type (int).
798 // predicate-formatter is a functor on a user-defined type (Bool).
809 // predicate-formatter is a function on a built-in type (int).
818 // predicate-formatter is a function on a user-defined type (Bool).
827 // predicate-formatter is a functor on a built-in type (int).
836 // predicate-formatter is a functor on a user-defined type (Bool).
845 // predicate-formatter is a function on a built-in type (int).
857 // predicate-formatter is a function on a user-defined type (Bool).
869 // predicate-formatter is a functor on a built-in type (int).
881 // predicate-formatter is a functor on a user-defined type (Bool).
891 // Sample functions/functors for testing ternary predicate assertions.
893 // A ternary predicate function.
909 // A ternary predicate functor.
919 // A ternary predicate-formatter function.
937 // A ternary predicate-formatter functor.
961 // Verifies that each of the predicate's arguments was evaluated
964 "The predicate assertion didn't evaluate argument 2 "
967 "The predicate assertion didn't evaluate argument 3 "
970 "The predicate assertion didn't evaluate argument 4 "
975 FAIL() << "The predicate assertion unexpactedly aborted the test.";
977 FAIL() << "The failed predicate assertion didn't abort the test "
1005 // predicate-formatter is a function on a built-in type (int).
1015 // predicate-formatter is a function on a user-defined type (Bool).
1025 // predicate-formatter is a functor on a built-in type (int).
1035 // predicate-formatter is a functor on a user-defined type (Bool).
1045 // predicate-formatter is a function on a built-in type (int).
1057 // predicate-formatter is a function on a user-defined type (Bool).
1069 // predicate-formatter is a functor on a built-in type (int).
1081 // predicate-formatter is a functor on a user-defined type (Bool).
1093 // predicate-formatter is a function on a built-in type (int).
1103 // predicate-formatter is a function on a user-defined type (Bool).
1113 // predicate-formatter is a functor on a built-in type (int).
1123 // predicate-formatter is a functor on a user-defined type (Bool).
1133 // predicate-formatter is a function on a built-in type (int).
1146 // predicate-formatter is a function on a user-defined type (Bool).
1159 // predicate-formatter is a functor on a built-in type (int).
1172 // predicate-formatter is a functor on a user-defined type (Bool).
1185 // predicate-formatter is a function on a built-in type (int).
1195 // predicate-formatter is a function on a user-defined type (Bool).
1205 // predicate-formatter is a functor on a built-in type (int).
1215 // predicate-formatter is a functor on a user-defined type (Bool).
1225 // predicate-formatter is a function on a built-in type (int).
1237 // predicate-formatter is a function on a user-defined type (Bool).
1249 // predicate-formatter is a functor on a built-in type (int).
1261 // predicate-formatter is a functor on a user-defined type (Bool).
1273 // predicate-formatter is a function on a built-in type (int).
1283 // predicate-formatter is a function on a user-defined type (Bool).
1293 // predicate-formatter is a functor on a built-in type (int).
1303 // predicate-formatter is a functor on a user-defined type (Bool).
1313 // predicate-formatter is a function on a built-in type (int).
1326 // predicate-formatter is a function on a user-defined type (Bool).
1339 // predicate-formatter is a functor on a built-in type (int).
1352 // predicate-formatter is a functor on a user-defined type (Bool).
1363 // Sample functions/functors for testing 4-ary predicate assertions.
1365 // A 4-ary predicate function.
1381 // A 4-ary predicate functor.
1392 // A 4-ary predicate-formatter function.
1412 // A 4-ary predicate-formatter functor.
1438 // Verifies that each of the predicate's arguments was evaluated
1441 "The predicate assertion didn't evaluate argument 2 "
1444 "The predicate assertion didn't evaluate argument 3 "
1447 "The predicate assertion didn't evaluate argument 4 "
1450 "The predicate assertion didn't evaluate argument 5 "
1455 FAIL() << "The predicate assertion unexpactedly aborted the test.";
1457 FAIL() << "The failed predicate assertion didn't abort the test "
1487 // predicate-formatter is a function on a built-in type (int).
1498 // predicate-formatter is a function on a user-defined type (Bool).
1509 // predicate-formatter is a functor on a built-in type (int).
1520 // predicate-formatter is a functor on a user-defined type (Bool).
1531 // predicate-formatter is a function on a built-in type (int).
1544 // predicate-formatter is a function on a user-defined type (Bool).
1557 // predicate-formatter is a functor on a built-in type (int).
1570 // predicate-formatter is a functor on a user-defined type (Bool).
1583 // predicate-formatter is a function on a built-in type (int).
1594 // predicate-formatter is a function on a user-defined type (Bool).
1605 // predicate-formatter is a functor on a built-in type (int).
1616 // predicate-formatter is a functor on a user-defined type (Bool).
1627 // predicate-formatter is a function on a built-in type (int).
1641 // predicate-formatter is a function on a user-defined type (Bool).
1655 // predicate-formatter is a functor on a built-in type (int).
1669 // predicate-formatter is a functor on a user-defined type (Bool).
1683 // predicate-formatter is a function on a built-in type (int).
1694 // predicate-formatter is a function on a user-defined type (Bool).
1705 // predicate-formatter is a functor on a built-in type (int).
1716 // predicate-formatter is a functor on a user-defined type (Bool).
1727 // predicate-formatter is a function on a built-in type (int).
1740 // predicate-formatter is a function on a user-defined type (Bool).
1753 // predicate-formatter is a functor on a built-in type (int).
1766 // predicate-formatter is a functor on a user-defined type (Bool).
1779 // predicate-formatter is a function on a built-in type (int).
1790 // predicate-formatter is a function on a user-defined type (Bool).
1801 // predicate-formatter is a functor on a built-in type (int).
1812 // predicate-formatter is a functor on a user-defined type (Bool).
1823 // predicate-formatter is a function on a built-in type (int).
1837 // predicate-formatter is a function on a user-defined type (Bool).
1851 // predicate-formatter is a functor on a built-in type (int).
1865 // predicate-formatter is a functor on a user-defined type (Bool).
1877 // Sample functions/functors for testing 5-ary predicate assertions.
1879 // A 5-ary predicate function.
1895 // A 5-ary predicate functor.
1907 // A 5-ary predicate-formatter function.
1929 // A 5-ary predicate-formatter functor.
1957 // Verifies that each of the predicate's arguments was evaluated
1960 "The predicate assertion didn't evaluate argument 2 "
1963 "The predicate assertion didn't evaluate argument 3 "
1966 "The predicate assertion didn't evaluate argument 4 "
1969 "The predicate assertion didn't evaluate argument 5 "
1972 "The predicate assertion didn't evaluate argument 6 "
1977 FAIL() << "The predicate assertion unexpactedly aborted the test.";
1979 FAIL() << "The failed predicate assertion didn't abort the test "
2011 // predicate-formatter is a function on a built-in type (int).
2023 // predicate-formatter is a function on a user-defined type (Bool).
2035 // predicate-formatter is a functor on a built-in type (int).
2047 // predicate-formatter is a functor on a user-defined type (Bool).
2059 // predicate-formatter is a function on a built-in type (int).
2073 // predicate-formatter is a function on a user-defined type (Bool).
2087 // predicate-formatter is a functor on a built-in type (int).
2101 // predicate-formatter is a functor on a user-defined type (Bool).
2115 // predicate-formatter is a function on a built-in type (int).
2127 // predicate-formatter is a function on a user-defined type (Bool).
2139 // predicate-formatter is a functor on a built-in type (int).
2151 // predicate-formatter is a functor on a user-defined type (Bool).
2163 // predicate-formatter is a function on a built-in type (int).
2178 // predicate-formatter is a function on a user-defined type (Bool).
2193 // predicate-formatter is a functor on a built-in type (int).
2208 // predicate-formatter is a functor on a user-defined type (Bool).
2223 // predicate-formatter is a function on a built-in type (int).
2235 // predicate-formatter is a function on a user-defined type (Bool).
2247 // predicate-formatter is a functor on a built-in type (int).
2259 // predicate-formatter is a functor on a user-defined type (Bool).
2271 // predicate-formatter is a function on a built-in type (int).
2285 // predicate-formatter is a function on a user-defined type (Bool).
2299 // predicate-formatter is a functor on a built-in type (int).
2313 // predicate-formatter is a functor on a user-defined type (Bool).
2327 // predicate-formatter is a function on a built-in type (int).
2339 // predicate-formatter is a function on a user-defined type (Bool).
2351 // predicate-formatter is a functor on a built-in type (int).
2363 // predicate-formatter is a functor on a user-defined type (Bool).
2375 // predicate-formatter is a function on a built-in type (int).
2390 // predicate-formatter is a function on a user-defined type (Bool).
2405 // predicate-formatter is a functor on a built-in type (int).
2420 // predicate-formatter is a functor on a user-defined type (Bool).