Clears the object.
| 3321 | |
| 3322 | // Clears the object. |
| 3323 | void TestResult::Clear() { |
| 3324 | test_part_results_.clear(); |
| 3325 | test_properties_.clear(); |
| 3326 | death_test_count_ = 0; |
| 3327 | elapsed_time_ = 0; |
| 3328 | } |
| 3329 | |
| 3330 | // Returns true iff the test failed. |
| 3331 | bool TestResult::Failed() const { |
no outgoing calls
no test coverage detected