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

Function TestNotMarked

tools/poly_borders/poly_borders_tests/mark_points_tests.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void TestNotMarked(Polygon const & polygon, size_t i)
34{
35 TEST(polygon.m_points[i].m_links.empty(), (i, "th point must not be marked."));
36}
37
38void CheckByMask(Polygon const & polygons, vector<bool> markedMask)
39{

Callers 1

CheckByMaskFunction · 0.85

Calls 2

TESTFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected