| 97 | } |
| 98 | |
| 99 | UNIT_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 | |
| 106 | UNIT_TEST(Simplification_DP_Smoke) |
| 107 | { |
nothing calls this directly
no test coverage detected