Searched refs:naggy (Results 1 – 5 of 5) sorted by relevance
418 NaggyMock< ::Mock> naggy; in TEST() local419 EXPECT_CALL(naggy, DoThis()); in TEST()420 naggy.DoThis(); in TEST()
34 To create a "nice" mock, which ignores all uninteresting calls, a "naggy" mock,49 **Note:** A mock object is currently naggy by default. We may make it nice by
701 but it won't be a failure. This is called "naggy" behavior; to change, see
480 Finally, you should be **very cautious** about when to use naggy or strict483 shouldn't need to update any tests. If your code interacts with a naggy mock,487 nice mocks (not yet the default) most of the time, use naggy mocks (the current
122234 naggy