Home
last modified time | relevance | path

Searched refs:naggy (Results 1 – 6 of 6) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-nice-strict_test.cc342 NaggyMock< ::Mock> naggy; in TEST() local
343 EXPECT_CALL(naggy, DoThis()); in TEST()
344 naggy.DoThis(); in TEST()
/external/v8/testing/gmock/test/
Dgmock-nice-strict_test.cc343 NaggyMock< ::Mock> naggy; in TEST() local
344 EXPECT_CALL(naggy, DoThis()); in TEST()
345 naggy.DoThis(); in TEST()
/external/googletest/googlemock/include/gmock/
Dgmock-generated-nice-strict.h.pump47 // Currently a mock is naggy by default, so MockFoo and
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump47 // Currently a mock is naggy by default, so MockFoo and
/external/googletest/googlemock/docs/
DCookBook.md300naggy 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).
/external/googletest/googlemock/docs/v1_7/
DCookBook.md300naggy or strict mocks, as they tend to make tests more brittle and harder to maintain. When you re…