Lines Matching refs:nice
30 #include "gmock/gmock-nice-strict.h"
200 // Tests that a nice mock generates no warning for uninteresting calls.
210 // Tests that a nice mock generates no warning for uninteresting calls
223 // Tests that a nice mock generates informational logs for
240 // Tests that a nice mock allows expected calls.
248 // Tests that an unexpected call on a nice mock which returns a
265 // Tests that an unexpected call on a nice mock fails.
308 NiceMock< ::Mock> nice;
309 EXPECT_CALL(nice, DoThis());
310 nice.DoThis();