| 298 | ~Harness() override { delete constructor_; } |
| 299 | |
| 300 | void Add(const string& key, const string& value) { |
| 301 | constructor_->Add(key, value); |
| 302 | } |
| 303 | |
| 304 | void Test(random::SimplePhilox* rnd, int num_random_access_iters = 200) { |
| 305 | std::vector<string> keys; |
no outgoing calls
no test coverage detected