Home
last modified time | relevance | path

Searched refs:ASSERT_PRED_FORMAT1 (Results 1 - 9 of 9) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc372 // Tests a successful ASSERT_PRED_FORMAT1 where the
375 ASSERT_PRED_FORMAT1(PredFormatFunction1, ++n1_); in TEST_F()
379 // Tests a successful ASSERT_PRED_FORMAT1 where the
382 ASSERT_PRED_FORMAT1(PredFormatFunction1, Bool(++n1_)); in TEST_F()
386 // Tests a successful ASSERT_PRED_FORMAT1 where the
389 ASSERT_PRED_FORMAT1(PredFormatFunctor1(), ++n1_); in TEST_F()
393 // Tests a successful ASSERT_PRED_FORMAT1 where the
396 ASSERT_PRED_FORMAT1(PredFormatFunctor1(), Bool(++n1_)); in TEST_F()
400 // Tests a failed ASSERT_PRED_FORMAT1 where the
406 ASSERT_PRED_FORMAT1(PredFormatFunction in TEST_F()
[all...]
H A Dgtest_unittest.cc2264 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4) in TEST()
2273 ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected."; in TEST()
2289 ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++) in TEST()
2462 ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0); in TEST()
/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h48 // ASSERT_PRED_FORMAT1(pred_format, v1)
111 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2024 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2030 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h48 // ASSERT_PRED_FORMAT1(pred_format, v1)
111 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2019 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2025 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h46 // ASSERT_PRED_FORMAT1(pred_format, v1)
118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ macro
H A Dgtest.h2180 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2186 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5437 ASSERT_PRED_FORMAT1( \

Completed in 37 milliseconds