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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc562 // Tests a successful EXPECT_PRED2 where the
565 EXPECT_PRED2(PredFunction2Int,
571 // Tests a successful EXPECT_PRED2 where the
574 EXPECT_PRED2(PredFunction2Bool,
580 // Tests a successful EXPECT_PRED2 where the
583 EXPECT_PRED2(PredFunctor2(),
589 // Tests a successful EXPECT_PRED2 where the
592 EXPECT_PRED2(PredFunctor2(),
598 // Tests a failed EXPECT_PRED2 where the
602 EXPECT_PRED2(PredFunction2In
[all...]
H A Dgtest_unittest.cc2271 EXPECT_PRED2(SumIsEven2, n1, n2) << "This failure is expected.";
2305 EXPECT_PRED2(SumIsEven2, n1++, n2++);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h163 #define EXPECT_PRED2(pred, v1, v2) \ macro

Completed in 34 milliseconds