Lines Matching refs:passed
276 // Returns true iff the test case passed.
278 return test_case->should_run() && test_case->Passed();
1859 // Returns true iff the test part passed.
1861 return result.passed();
2693 if (test_info->result()->Passed()) {
2778 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2782 if (!impl->Passed()) {
3685 if (!Passed()) {
3691 // Returns 0 if all tests passed, or 1 other wise.