Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED_FORMAT2

726 // Tests a successful EXPECT_PRED_FORMAT2 where the
729 EXPECT_PRED_FORMAT2(PredFormatFunction2,
735 // Tests a successful EXPECT_PRED_FORMAT2 where the
738 EXPECT_PRED_FORMAT2(PredFormatFunction2,
744 // Tests a successful EXPECT_PRED_FORMAT2 where the
747 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),
753 // Tests a successful EXPECT_PRED_FORMAT2 where the
756 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),
762 // Tests a failed EXPECT_PRED_FORMAT2 where the
766 EXPECT_PRED_FORMAT2(PredFormatFunction2,
773 // Tests a failed EXPECT_PRED_FORMAT2 where the
777 EXPECT_PRED_FORMAT2(PredFormatFunction2,
784 // Tests a failed EXPECT_PRED_FORMAT2 where the
788 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),
795 // Tests a failed EXPECT_PRED_FORMAT2 where the
799 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),