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

Function TestMarked

tools/poly_borders/poly_borders_tests/mark_points_tests.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static string const kTestDir = "borders_poly_dir";
27
28void 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
33void TestNotMarked(Polygon const & polygon, size_t i)
34{

Callers 1

CheckByMaskFunction · 0.85

Calls 2

TESTFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected