Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED1

165 // Tests a successful EXPECT_PRED1 where the
168 EXPECT_PRED1(PredFunction1Int,
173 // Tests a successful EXPECT_PRED1 where the
176 EXPECT_PRED1(PredFunction1Bool,
181 // Tests a successful EXPECT_PRED1 where the
184 EXPECT_PRED1(PredFunctor1(),
189 // Tests a successful EXPECT_PRED1 where the
192 EXPECT_PRED1(PredFunctor1(),
197 // Tests a failed EXPECT_PRED1 where the
201 EXPECT_PRED1(PredFunction1Int,
207 // Tests a failed EXPECT_PRED1 where the
211 EXPECT_PRED1(PredFunction1Bool,
217 // Tests a failed EXPECT_PRED1 where the
221 EXPECT_PRED1(PredFunctor1(),
227 // Tests a failed EXPECT_PRED1 where the
231 EXPECT_PRED1(PredFunctor1(),