TestRoad ----------------------------------------------------------------------------------------
| 458 | |
| 459 | // TestRoad ---------------------------------------------------------------------------------------- |
| 460 | TestRoad::TestRoad(vector<m2::PointD> const & points, string const & name, string const & lang) |
| 461 | : TestFeature(points, MakeName(name, lang), Type::Line) |
| 462 | {} |
| 463 | |
| 464 | void TestRoad::Serialize(FeatureBuilder & fb) const |
| 465 | { |
nothing calls this directly
no test coverage detected