Home | History | Annotate | Download | only in test

Lines Matching defs:nice

32 #include "gmock/gmock-generated-nice-strict.h"
169 // Tests that a nice mock generates no warning for uninteresting calls.
179 // Tests that a nice mock generates no warning for uninteresting calls
192 // Tests that a nice mock generates informational logs for
209 // Tests that a nice mock allows expected calls.
217 // Tests that an unexpected call on a nice mock which returns a not-default-constructible
233 // Tests that an unexpected call on a nice mock fails.
272 NiceMock< ::Mock> nice;
273 EXPECT_CALL(nice, DoThis());
274 nice.DoThis();