Searched refs:Passed (Results 1 – 2 of 2) sorted by relevance
977 bool Passed() const { return !Failed(); } in Passed() function in testing::internal::UnitTestImpl1535 FormatBool(unit_test.Passed()) + "&elapsed_time=" + in OnTestIterationEnd()1555 FormatBool((test_info.result())->Passed()) + in OnTestEnd()1845 return test_case->should_run() && test_case->Passed(); in TestCasePassed()4656 if (test_info.result()->Passed()) { in OnTestEnd()4707 if (!test_info.should_run() || test_info.result()->Passed()) { in PrintFailedTests()4733 if (!unit_test.Passed()) { in OnTestIterationEnd()6035 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest6650 if (!Passed()) { in RunAllTests()7861 virtual bool Passed(bool status_ok);[all …]
9379 virtual bool Passed(bool exit_status_ok) = 0;9459 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \20340 bool Passed() const { return !Failed(); }20639 bool Passed() const { return !Failed(); }20699 return test_info->should_run() && test_info->result()->Passed();21050 bool Passed() const;