TestSquare --------------------------------------------------------------------------------------
| 274 | |
| 275 | // TestSquare -------------------------------------------------------------------------------------- |
| 276 | TestSquare::TestSquare(m2::RectD const & rect, string const & name, string const & lang) |
| 277 | : TestFeature(rect, MakeName(name, lang)) |
| 278 | {} |
| 279 | |
| 280 | void TestSquare::Serialize(FeatureBuilder & fb) const |
| 281 | { |
nothing calls this directly
no test coverage detected