| 26 | static string const kTestDir = "borders_poly_dir"; |
| 27 | |
| 28 | void TestMarked(Polygon const & polygon, size_t i) |
| 29 | { |
| 30 | TEST(!polygon.m_points[i].m_links.empty(), (i, "th point point must be marked.")); |
| 31 | } |
| 32 | |
| 33 | void TestNotMarked(Polygon const & polygon, size_t i) |
| 34 | { |
no test coverage detected