Tears down the test fixture. A sub-class may override this.
| 3391 | // |
| 3392 | // A sub-class may override this. |
| 3393 | void Test::TearDown() { |
| 3394 | } |
| 3395 | |
| 3396 | // Allows user supplied key value pairs to be recorded for later output. |
| 3397 | void Test::RecordProperty(const std::string& key, const std::string& value) { |
no outgoing calls
no test coverage detected