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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc32 #include "gmock/gmock-generated-nice-strict.h"
163 // Tests that a nice mock generates no warning for uninteresting calls.
173 // Tests that a nice mock generates no warning for uninteresting calls
186 // Tests that a nice mock generates informational logs for
203 // Tests that a nice mock allows expected calls.
211 // Tests that an unexpected call on a nice mock fails.
250 NiceMock< ::Mock> nice; local
251 EXPECT_CALL(nice, DoThis());
252 nice.DoThis();

Completed in 5 milliseconds