Home | History | Annotate | Download | only in gtest

Lines Matching refs:passed

216 // Returns true iff the test case passed.
218 return test_case->should_run() && test_case->Passed();
1623 // Returns true iff the test part passed.
1625 return result.passed();
2352 if (test_info->result()->Passed()) {
2418 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2422 if (!impl->Passed()) {
3203 if (!Passed()) {
3209 // Returns 0 if all tests passed, or 1 other wise.