Home | History | Annotate | Download | only in src

Lines Matching defs:Passed

330 // Returns true iff the test case passed.
332 return test_case->should_run() && test_case->Passed();
2794 if (test_info.result()->Passed()) {
2845 if (!test_info.should_run() || test_info.result()->Passed()) {
2867 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2871 if (!unit_test.Passed()) {
3723 // Returns true iff the unit test passed (i.e. all test cases passed).
3724 bool UnitTest::Passed() const { return impl()->Passed(); }
4332 if (!Passed()) {