Home
last modified time | relevance | path

Searched refs:ASSERT_PRED3 (Results 1 - 5 of 5) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc997 // Tests a successful ASSERT_PRED3 where the
1000 ASSERT_PRED3(PredFunction3Int, ++n1_, ++n2_, ++n3_); in TEST_F()
1004 // Tests a successful ASSERT_PRED3 where the
1007 ASSERT_PRED3(PredFunction3Bool, Bool(++n1_), Bool(++n2_), Bool(++n3_)); in TEST_F()
1011 // Tests a successful ASSERT_PRED3 where the
1014 ASSERT_PRED3(PredFunctor3(), ++n1_, ++n2_, ++n3_); in TEST_F()
1018 // Tests a successful ASSERT_PRED3 where the
1021 ASSERT_PRED3(PredFunctor3(), Bool(++n1_), Bool(++n2_), Bool(++n3_)); in TEST_F()
1025 // Tests a failed ASSERT_PRED3 where the
1031 ASSERT_PRED3(PredFunction3In in TEST_F()
[all...]
H A Dgtest_unittest.cc2314 ASSERT_PRED3(SumIsEven3Functor(), 1, 2, 4); in TEST()
/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h188 #define ASSERT_PRED3(pred, v1, v2, v3) \ macro
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h188 #define ASSERT_PRED3(pred, v1, v2, v3) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h224 #define ASSERT_PRED3(pred, v1, v2, v3) \ macro

Completed in 15 milliseconds