Home | History | Annotate | Download | only in test

Lines Matching refs:nice

30 #include "gmock/gmock-nice-strict.h"
192 // Tests that a nice mock generates no warning for uninteresting calls.
202 // Tests that a nice mock generates no warning for uninteresting calls
215 // Tests that a nice mock generates informational logs for
232 // Tests that a nice mock allows expected calls.
240 // Tests that an unexpected call on a nice mock which returns a
257 // Tests that an unexpected call on a nice mock fails.
300 NiceMock< ::Mock> nice;
301 EXPECT_CALL(nice, DoThis());
302 nice.DoThis();