Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

526   // Gets the number of failed test cases.
539 // Gets the number of failed tests.
555 bool Passed() const { return !Failed(); }
557 // Returns true iff the unit test failed (i.e. some test case failed
558 // or something outside of all tests failed).
559 bool Failed() const {
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
685 // thrown during a test, this test is considered to be failed, but