Clears the object.
| 3675 | |
| 3676 | // Clears the object. |
| 3677 | void TestResult::Clear() { |
| 3678 | test_part_results_.clear(); |
| 3679 | test_properties_.clear(); |
| 3680 | death_test_count_ = 0; |
| 3681 | elapsed_time_ = 0; |
| 3682 | } |
| 3683 | |
| 3684 | // Returns true off the test part was skipped. |
| 3685 | static bool TestPartSkipped(const TestPartResult& result) { |
no outgoing calls
no test coverage detected