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

Function UNIT_TEST

libs/geometry/geometry_tests/simplification_test.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99UNIT_TEST(Simplification_TestDataIsCorrect)
100{
101 TEST_GREATER_OR_EQUAL(LargePolylineTestData::m_Size, 3, ());
102 // This test provides information about the data set size.
103 TEST_EQUAL(LargePolylineTestData::m_Size, 5539, ());
104}
105
106UNIT_TEST(Simplification_DP_Smoke)
107{

Callers

nothing calls this directly

Calls 4

TestSimplificationSmokeFunction · 0.85
TestSimplificationOfLineFunction · 0.85
TestSimplificationOfPolyFunction · 0.85
CheckDPStrictFunction · 0.85

Tested by

no test coverage detected