Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED1

166 // Tests a successful EXPECT_PRED1 where the
169 EXPECT_PRED1(PredFunction1Int,
174 // Tests a successful EXPECT_PRED1 where the
177 EXPECT_PRED1(PredFunction1Bool,
182 // Tests a successful EXPECT_PRED1 where the
185 EXPECT_PRED1(PredFunctor1(),
190 // Tests a successful EXPECT_PRED1 where the
193 EXPECT_PRED1(PredFunctor1(),
198 // Tests a failed EXPECT_PRED1 where the
202 EXPECT_PRED1(PredFunction1Int,
208 // Tests a failed EXPECT_PRED1 where the
212 EXPECT_PRED1(PredFunction1Bool,
218 // Tests a failed EXPECT_PRED1 where the
222 EXPECT_PRED1(PredFunctor1(),
228 // Tests a failed EXPECT_PRED1 where the
232 EXPECT_PRED1(PredFunctor1(),