Lines Matching defs:Passed
326 // Returns true iff the test case passed.
328 return test_case->should_run() && test_case->Passed();
2768 if (test_info.result()->Passed()) {
2819 if (!test_info.should_run() || test_info.result()->Passed()) {
2841 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2845 if (!unit_test.Passed()) {
3654 // Returns true iff the unit test passed (i.e. all test cases passed).
3655 bool UnitTest::Passed() const { return impl()->Passed(); }
4239 if (!Passed()) {