Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1000 ASSERT_PRED3(PredFunction3Int, ++n1_, ++n2_, ++n3_); in TEST_F()
1007 ASSERT_PRED3(PredFunction3Bool, Bool(++n1_), Bool(++n2_), Bool(++n3_)); in TEST_F()
1014 ASSERT_PRED3(PredFunctor3(), ++n1_, ++n2_, ++n3_); in TEST_F()
1021 ASSERT_PRED3(PredFunctor3(), Bool(++n1_), Bool(++n2_), Bool(++n3_)); in TEST_F()
1031 ASSERT_PRED3(PredFunction3Int, n1_++, n2_++, n3_++); in TEST_F()
1043 ASSERT_PRED3(PredFunction3Bool, Bool(n1_++), Bool(n2_++), Bool(n3_++)); in TEST_F()
1055 ASSERT_PRED3(PredFunctor3(), n1_++, n2_++, n3_++); in TEST_F()
1067 ASSERT_PRED3(PredFunctor3(), Bool(n1_++), Bool(n2_++), Bool(n3_++)); in TEST_F()
H A Dgtest_unittest.cc2340 ASSERT_PRED3(SumIsEven3Functor(), 1, 2, 4); in TEST()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h188 #define ASSERT_PRED3(pred, v1, v2, v3) \ macro
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md347 `ASSERT_PRED3(`*`pred`*`,`*`val1`*`,`*`val2`*`,`*`val3`*`)` \