Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED3

1001 // Tests a successful EXPECT_PRED3 where the
1004 EXPECT_PRED3(PredFunction3Int,
1011 // Tests a successful EXPECT_PRED3 where the
1014 EXPECT_PRED3(PredFunction3Bool,
1021 // Tests a successful EXPECT_PRED3 where the
1024 EXPECT_PRED3(PredFunctor3(),
1031 // Tests a successful EXPECT_PRED3 where the
1034 EXPECT_PRED3(PredFunctor3(),
1041 // Tests a failed EXPECT_PRED3 where the
1045 EXPECT_PRED3(PredFunction3Int,
1053 // Tests a failed EXPECT_PRED3 where the
1057 EXPECT_PRED3(PredFunction3Bool,
1065 // Tests a failed EXPECT_PRED3 where the
1069 EXPECT_PRED3(PredFunctor3(),
1077 // Tests a failed EXPECT_PRED3 where the
1081 EXPECT_PRED3(PredFunctor3(),