Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

519   // Gets the number of failed test cases.
532 // Gets the number of failed tests.
548 bool Passed() const { return !Failed(); }
550 // Returns true iff the unit test failed (i.e. some test case failed
551 // or something outside of all tests failed).
552 bool Failed() const {
553 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
639 << "Failed to get the current working directory.";
678 // thrown during a test, this test is considered to be failed, but