| 440 | ~Harness() { delete constructor_; } |
| 441 | |
| 442 | void Add(const std::string& key, const std::string& value) { |
| 443 | constructor_->Add(key, value); |
| 444 | } |
| 445 | |
| 446 | void Test(Random* rnd) { |
| 447 | std::vector<std::string> keys; |
no outgoing calls
no test coverage detected