Searched refs:Passed (Results 1 - 5 of 5) sorted by relevance

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1151 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1164 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1173 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1184 FormatBool((test_info.result())->Passed()) +
H A Dgtest-death-test.cc377 virtual bool Passed(bool status_ok);
530 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
572 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest.cc332 return test_case->should_run() && test_case->Passed();
2794 if (test_info.result()->Passed()) {
2845 if (!test_info.should_run() || test_info.result()->Passed()) {
2871 if (!unit_test.Passed()) {
3724 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
4332 if (!Passed()) {
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h516 bool Passed() const { return !Failed(); } function in class:testing::TestResult
803 bool Passed() const { return !Failed(); } function in class:testing::TestCase
863 return test_info->should_run() && test_info->result()->Passed();
1202 bool Passed() const;

Completed in 114 milliseconds