Creates an empty TestResult.
| 3512 | |
| 3513 | // Creates an empty TestResult. |
| 3514 | TestResult::TestResult() |
| 3515 | : death_test_count_(0), |
| 3516 | elapsed_time_(0) { |
| 3517 | } |
| 3518 | |
| 3519 | // D'tor. |
| 3520 | TestResult::~TestResult() { |
nothing calls this directly
no outgoing calls
no test coverage detected