Lines Matching defs:Passed
323 // Returns true iff the test case passed.
325 return test_case->should_run() && test_case->Passed();
2763 if (test_info.result()->Passed()) {
2815 if (!test_info.should_run() || test_info.result()->Passed()) {
2837 ColoredPrintf(COLOR_GREEN, "[ PASSED ] ");
2841 if (!unit_test.Passed()) {
3325 Send(String::Format("event=TestProgramEnd&passed=%d\n",
3326 unit_test.Passed()));
3340 Send(String::Format("event=TestIterationEnd&passed=%d&elapsed_time=%sms\n",
3341 unit_test.Passed(),
3350 Send(String::Format("event=TestCaseEnd&passed=%d&elapsed_time=%sms\n",
3351 test_case.Passed(),
3361 "event=TestEnd&passed=%d&elapsed_time=%sms\n",
3362 (test_info.result())->Passed(),
3673 // Returns true iff the unit test passed (i.e. all test cases passed).
3674 bool UnitTest::Passed() const { return impl()->Passed(); }
4224 if (!Passed()) {