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

Function unittest

libraries/Statistic/test/unit_test_001.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50unittest(test_constructor)
51{
52 Statistic myStats;
53 assertEqual(0, myStats.count());
54}
55
56
57unittest(test_basic)

Callers

nothing calls this directly

Calls 10

varianceMethod · 0.80
pop_stdevMethod · 0.80
unbiased_stdevMethod · 0.80
countMethod · 0.45
addMethod · 0.45
sumMethod · 0.45
minimumMethod · 0.45
averageMethod · 0.45
maximumMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected