Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

536   // Gets the number of failed test cases.
549 // Gets the number of failed tests.
569 bool Passed() const { return !Failed(); }
571 // Returns true iff the unit test failed (i.e. some test case failed
572 // or something outside of all tests failed).
573 bool Failed() const {
574 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
660 << "Failed to get the current working directory.";
699 // thrown during a test, this test is considered to be failed, but