Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED1

2208   EXPECT_PRED1(IsEvenFunctor(), 2) << "This failure is UNEXPECTED!";
2213 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
2240 EXPECT_PRED1(IsEven, n++);
2359 EXPECT_PRED1((bool (*)(int))(IsPositive), 5); // NOLINT
2366 EXPECT_PRED1(IsNegative<int>, -5);
3772 EXPECT_PRED1(IsPositiveUncopyable, x);
3774 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),