Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED1

2186   EXPECT_PRED1(IsEvenFunctor(), 2) << "This failure is UNEXPECTED!";
2191 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
2218 EXPECT_PRED1(IsEven, n++);
2337 EXPECT_PRED1((bool (*)(int))(IsPositive), 5); // NOLINT
2344 EXPECT_PRED1(IsNegative<int>, -5);
3741 EXPECT_PRED1(IsPositiveUncopyable, x);
3743 EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y),