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

Function UNIT_TEST

generator/generator_tests/tesselator_test.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44UNIT_TEST(Tesselator_SelfISect)
45{
46 P arr[] = {P(0, 0), P(0, 4), P(4, 4), P(1, 1), P(1, 3), P(4, 0), P(0, 0)};
47 TEST_EQUAL(6, RunTess(arr, ARRAY_SIZE(arr)), ());
48}
49
50UNIT_TEST(Tesselator_Odd)
51{

Callers

nothing calls this directly

Calls 5

RunTessFunction · 0.85
backMethod · 0.80
RunTestFunction · 0.70
emplace_backMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected