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

Function UNIT_CLASS_TEST

generator/generator_tests/place_processor_tests.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153};
154
155UNIT_CLASS_TEST(TestPlaceProcessor, EmptyTest)
156{
157 std::vector<PlaceWithIDs> expected;
158 PlaceProcessorTestFixture pp;
159 Test(pp, expected);
160}
161
162UNIT_CLASS_TEST(TestPlaceProcessor, OnePlacePointTest)
163{

Callers

nothing calls this directly

Calls 5

MakePointFunction · 0.85
GetMostGenericOsmIdMethod · 0.80
TestFunction · 0.70
MakeFbForTestFunction · 0.70
AddMethod · 0.45

Tested by

no test coverage detected