Returns true iff the unit test passed (i.e. all test suites passed).
| 971 | |
| 972 | // Returns true iff the unit test passed (i.e. all test suites passed). |
| 973 | bool Passed() const { return !Failed(); } |
| 974 | |
| 975 | // Returns true iff the unit test failed (i.e. some test suite failed |
| 976 | // or something outside of all tests failed). |