Returns true iff the test passed (i.e. no test part failed).
| 17927 | |
| 17928 | // Returns true iff the test passed (i.e. no test part failed). |
| 17929 | bool Passed() const { return !Failed(); } |
| 17930 | |
| 17931 | // Returns true iff the test failed. |
| 17932 | bool Failed() const; |