Lines Matching full:actions
589 // Tests that Google Mock warns on having too many actions in an
627 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
632 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
638 "Too many actions specified in EXPECT_CALL(b, DoB(1))...\n"
643 "Too many actions specified in EXPECT_CALL(b, DoB())...\n"
649 "Too many actions specified in EXPECT_CALL(b, DoB(2))...\n"
655 // Tests that Google Mock warns on having too few actions in an
669 "Too few actions specified in EXPECT_CALL(b, DoB())...\n"
869 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
873 HasSubstr("Actions ran out in EXPECT_CALL(b, DoB())...\n"
2254 // Tests that we can clear a mock object's default actions when none
2255 // of its methods has default actions.
2263 // Tests that we can clear a mock object's default actions when some,
2264 // but not all of its methods have default actions.
2276 // Tests that we can clear a mock object's default actions when all of
2277 // its methods have default actions.
2294 // Tests that we can clear a mock object's default actions when a
2305 // Verifies that the default actions (there are two) of int DoB(int)
2366 // Tests that VerifyAndClear() works when the default actions and
2387 // Tests that we can set default actions and expectations on a mock
2433 // Verifies that the default actions and expectations of a and b1