MCPcopy Create free account
hub / github.com/dejwk/roo_display / TEST

Function TEST

test/compactor_test.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59TEST(Compactor, RightSimple) {
60 MockWriter writer({Write(0, 4, 5, Compactor::RIGHT, 3)});
61 int16_t xs[] = {4, 5, 6};
62 int16_t ys[] = {5, 5, 5};
63 Compactor().drawPixels(xs, ys, 3, std::move(writer));
64}
65
66TEST(Compactor, RightWithReps) {
67 MockWriter writer({

Callers

nothing calls this directly

Calls 3

WriteClass · 0.85
CompactorClass · 0.85
drawPixelsMethod · 0.45

Tested by

no test coverage detected