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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc258 // Tests that a naggy mock generates warnings for uninteresting calls.
274 // Tests that a naggy mock generates a warning for an uninteresting call
295 // Tests that a naggy mock allows expected calls.
303 // Tests that an unexpected call on a naggy mock fails.
343 NaggyMock< ::Mock> naggy; local
344 EXPECT_CALL(naggy, DoThis());
345 naggy.DoThis();

Completed in 5 milliseconds