Searched refs:Passed (Results 1 – 3 of 3) sorted by relevance
94 exit(test_info.result()->Passed() in OnTestEnd()
977 bool Passed() const { return !Failed(); } in Passed() function in testing::internal::UnitTestImpl1552 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); in OnTestProgramEnd()1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" + in OnTestIterationEnd()1574 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) in OnTestCaseEnd()1585 FormatBool((test_info.result())->Passed()) + in OnTestEnd()1816 return test_case->should_run() && test_case->Passed(); in TestCasePassed()4278 if (test_info.result()->Passed()) { in OnTestEnd()4329 if (!test_info.should_run() || test_info.result()->Passed()) { in PrintFailedTests()4355 if (!unit_test.Passed()) { in OnTestIterationEnd()5208 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest[all …]
8278 virtual bool Passed(bool exit_status_ok) = 0;8356 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \17929 bool Passed() const { return !Failed(); }18216 bool Passed() const { return !Failed(); }18276 return test_info->should_run() && test_info->result()->Passed();18615 bool Passed() const;