MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / TEST

Function TEST

source/test/blocks_along_line_test.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37TEST(BlocksAlongLine, All) {
38 testGroup({0, 0});
39 testGroup({50, 50});
40 testGroup({-5, -50});
41 testGroup({50, -5});
42 testGroup({100, 10});
43 testGroup({-10, -100});
44 testGroup({-10, 10});
45}

Callers

nothing calls this directly

Calls 1

testGroupFunction · 0.85

Tested by

no test coverage detected