Lines Matching full:testing
108 using ::testing::AnyNumber;
109 using ::testing::Not;
119 using ::testing::_;
175 using ::testing::Return;
200 using ::testing::Return;
219 using ::testing::Return;
251 using ::testing::_;
260 using ::testing::_;
275 argument, you can use testing::DeleteArg<N>() to delete the N'th (zero-indexed)
279 using ::testing::_;
284 .WillOnce(testing::DeleteArg<0>()));
296 using ::testing::_;
297 using ::testing::Invoke;
315 This Google Testing Blog
316 [post](https://testing.googleblog.com/2008/06/defeat-static-cling.html) says it
329 sometimes called "state-based testing".
331 Mocks are great for what some call "interaction-based" testing: instead of
335 more effective and economical to do than state-based testing.
337 If you are doing state-based testing and using a test double just to simulate