Lines Matching refs:Mock

30 // Google Mock - a framework for writing C++ mock classes.
73 // Tells Google Mock how to print a value of type Incomplete.
79 // use the mock, as long as Google Mock knows how to print the
191 // by Google Mock.
252 // promised by Google Mock.
520 // Tests that Google Mock doesn't print a warning when the number of
550 // Tests that Google Mock warns on having too many actions in an
605 // Tests that Google Mock warns on having too few actions in an
987 "Google Mock tried the following 1 expectation, but it didn't match:");
1004 "Google Mock tried the following 2 expectations, but none matched:");
1033 "Google Mock tried the following 1 expectation, but it didn't match:");
1042 // Tests that Google Mock explains that an retired expectation doesn't
1054 // Tests that Google Mock explains that an expectation that doesn't
1066 // Tests that Google Mock explains that an expectation with
1127 // while Google Mock logs to stdout.
1146 "Mock function called more times than expected");
1156 "Mock function \"DoB Method\" called more times than expected");
1167 "Mock function \"DoA Method\" called more times than expected - "
1182 "Mock function called more times than expected - "
1730 // Tests that Google Mock correctly handles calls to mock functions
2005 // Tests how the --gmock_verbose flag affects Google Mock's output.
2009 // Verifies that the given Google Mock output is correct. (When
2041 "Mock function call matches EXPECT_CALL(a, DoA(5))...\n"
2050 "Mock function call matches EXPECT_CALL(a, Binary(_, 1))...\n"
2127 // ensure that Google Mock doesn't print a value (even to an internal
2132 ADD_FAILURE() << "Google Mock is printing a value that shouldn't be "
2170 // Tests Mock::AllowLeak().
2174 Mock::AllowLeak(a);
2179 Mock::AllowLeak(a);
2187 Mock::AllowLeak(a);
2192 Mock::AllowLeak(a);
2200 Mock::AllowLeak(a);
2207 Mock::AllowLeak(a);
2214 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2229 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2244 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b),
2262 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2278 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b),
2294 Mock::VerifyAndClearExpectations(&b);
2298 Mock::VerifyAndClearExpectations(&b);
2299 Mock::VerifyAndClearExpectations(&b);
2312 Mock::VerifyAndClear(&b);
2322 Mock::VerifyAndClear(&b);
2335 Mock::VerifyAndClear(&b);
2351 Mock::VerifyAndClear(&b);
2364 Mock::VerifyAndClear(&b);
2365 Mock::VerifyAndClear(&b);
2368 Mock::VerifyAndClear(&b);
2382 ASSERT_TRUE(Mock::VerifyAndClear(&b));
2398 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClear(&b),
2418 ASSERT_TRUE(Mock::VerifyAndClear(&b));
2434 Mock::VerifyAndClear(&b);
2460 Mock::VerifyAndClear(&b2);