MCPcopy Create free account
hub / github.com/comaps/comaps / TestBuilding

Method TestBuilding

generator/generator_tests_support/test_feature.cpp:393–397  ·  view source on GitHub ↗

TestBuilding ------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

391
392// TestBuilding ------------------------------------------------------------------------------------
393TestBuilding::TestBuilding(m2::PointD const & center, string const & name, string const & houseNumber,
394 string const & lang)
395 : TestFeature(center, MakeName(name, lang))
396 , m_houseNumber(houseNumber)
397{}
398
399TestBuilding::TestBuilding(m2::PointD const & center, string const & name, string const & houseNumber,
400 string_view street, string const & lang)

Callers

nothing calls this directly

Calls 2

MakeNameFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected