TestPark ----------------------------------------------------------------------------------------
| 437 | |
| 438 | // TestPark ---------------------------------------------------------------------------------------- |
| 439 | TestPark::TestPark(vector<m2::PointD> const & boundary, string const & name, string const & lang) |
| 440 | : TestFeature(boundary, MakeName(name, lang), Type::Area) |
| 441 | {} |
| 442 | |
| 443 | void TestPark::Serialize(FeatureBuilder & fb) const |
| 444 | { |
nothing calls this directly
no test coverage detected