MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / unittest

Function unittest

libraries/PrintSize/test/unit_test_001.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49unittest(test_constructor)
50{
51 PrintSize ps;
52
53 assertEqual(0, ps.total());
54}
55
56
57

Callers

nothing calls this directly

Calls 3

totalMethod · 0.80
resetMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected