Home | History | Annotate | Download | only in test

Lines Matching defs:it

214 // Tests that it works, too.
571 // It's always fine to omit WillOnce() entirely.
580 // It's fine for the number of WillOnce()s to equal the upper bound.
586 // It's fine for the number of WillOnce()s to be smaller than the
919 // When there is an ON_CALL() statement, the action specified by it
934 // When there is an ON_CALL() statement, the action specified by it
971 "Google Mock tried the following 1 expectation, but it didn't match:");
1017 "Google Mock tried the following 1 expectation, but it didn't match:");
1037 " Actual: it is retired");
1121 // When there is an ON_CALL() statement, the action specified by it
1495 ExpectationSet::const_iterator it = es.begin();
1496 EXPECT_THAT(it, Ne(es.end()));
1497 EXPECT_THAT(*it, Eq(Expectation()));
1498 ++it;
1499 EXPECT_THAT(it, Eq(es.end()));
1656 // An Expectation added to an ExpectationSet after it has been used in
1726 // Tests that it's OK to delete a mock object itself in its action.
1878 // case, without the call to c_str(), the compiler will complain that it
1959 // contain the given function name in the stack trace. When it's
2075 // A helper class that generates a failure when printed. We use it to
2077 // buffer) when it is not supposed to do so.
2269 // If this crashes or generates a failure, the test will catch it.
2306 // method has more than one ON_CALL() set on it.
2399 // object after VerifyAndClear() has been called on it.
2463 // only reference to it is stored by test_mock.
2466 // When test_mock goes out of scope, it destroys the last remaining reference
2483 // only reference to it is stored by test_mock.
2486 // When test_mock goes out of scope, it destroys the last remaining reference
2495 // action or as a default action without causing a dead lock. It
2520 // from it. This might be necessary on some platforms which require