Returns true iff the test part failed.
| 11756 | |
| 11757 | // Returns true iff the test part failed. |
| 11758 | bool failed() const { return fatally_failed() || nonfatally_failed(); } |
| 11759 | |
| 11760 | private: |
| 11761 | Type type_; |
nothing calls this directly
no test coverage detected