Searched defs:Passed (Results 1 – 6 of 6) sorted by relevance
67 Passed, enumerator
269 class Passed(Remark): class
416 bool Passed() const { return !Skipped() && !Failed(); } in Passed() function732 bool Passed() const { return !Failed(); } in Passed() function
580 bool Passed() const { return !Failed(); } in Passed() function
574 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
5254 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest