Searched refs:naggy (Results 1 – 6 of 6) sorted by relevance
342 NaggyMock< ::Mock> naggy; in TEST() local343 EXPECT_CALL(naggy, DoThis()); in TEST()344 naggy.DoThis(); in TEST()
343 NaggyMock< ::Mock> naggy; in TEST() local344 EXPECT_CALL(naggy, DoThis()); in TEST()345 naggy.DoThis(); in TEST()
47 // Currently a mock is naggy by default, so MockFoo and
300 …naggy or strict mocks, as they tend to make tests more brittle and harder to maintain. When you re…1346 …and strict mocks, read ["The Nice, the Strict, and the Naggy"](#the-nice-the-strict-and-the-naggy).
300 …naggy or strict mocks, as they tend to make tests more brittle and harder to maintain. When you re…