Searched defs:Passed (Results 1 - 4 of 4) sorted by relevance

/openjdk9/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
/openjdk9/test/fmw/gtest/src/
H A Dgtest-internal-inl.h576 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
H A Dgtest-death-test.cc530 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
H A Dgtest.cc3724 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest

Completed in 113 milliseconds