Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED1

2353   EXPECT_PRED1(IsEvenFunctor(), 2) << "This failure is UNEXPECTED!";
2358 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
2385 EXPECT_PRED1(IsEven, n++);
2504 EXPECT_PRED1((bool (*)(int))(IsPositive), 5); // NOLINT
2511 EXPECT_PRED1(IsNegative<int>, -5);
3917 EXPECT_PRED1(IsPositiveUncopyable, x);
3919 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),