Searched refs:ASSERT_PRED2 (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc642 // Tests a successful ASSERT_PRED2 where the
645 ASSERT_PRED2(PredFunction2Int,
651 // Tests a successful ASSERT_PRED2 where the
654 ASSERT_PRED2(PredFunction2Bool,
660 // Tests a successful ASSERT_PRED2 where the
663 ASSERT_PRED2(PredFunctor2(),
669 // Tests a successful ASSERT_PRED2 where the
672 ASSERT_PRED2(PredFunctor2(),
678 // Tests a failed ASSERT_PRED2 where the
683 ASSERT_PRED2(PredFunction2In
[all...]
H A Dgtest_unittest.cc2264 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2376 ASSERT_PRED2((GreaterThan<int, int>), 5, 0);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro

Completed in 38 milliseconds