Returns true iff the test passed (i.e. no test part failed).
| 13031 | |
| 13032 | // Returns true iff the test passed (i.e. no test part failed). |
| 13033 | bool Passed() const { return !Skipped() && !Failed(); } |
| 13034 | |
| 13035 | // Returns true iff the test was skipped. |
| 13036 | bool Skipped() const; |