Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
unittest(test_constructor)
51
{
52
Statistic myStats;
53
assertEqual(0, myStats.count());
54
}
55
56
57
unittest(test_basic)
Callers
nothing calls this directly
Calls
10
variance
Method · 0.80
pop_stdev
Method · 0.80
unbiased_stdev
Method · 0.80
count
Method · 0.45
add
Method · 0.45
sum
Method · 0.45
minimum
Method · 0.45
average
Method · 0.45
maximum
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected