Returns true iff the test passed (i.e. no test part failed).
| 17547 | |
| 17548 | // Returns true iff the test passed (i.e. no test part failed). |
| 17549 | bool Passed() const { return !Failed(); } |
| 17550 | |
| 17551 | // Returns true iff the test failed. |
| 17552 | bool Failed() const; |