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

Function unittest

libraries/SparseArray/test/unit_test_001.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41unittest(test_constants)
42{
43 assertEqual(1000, SPARSEARRAY_MAX_SIZE);
44}
45
46
47unittest(test_constructor)

Callers

nothing calls this directly

Calls 8

boundingSegmentMethod · 0.80
sizeMethod · 0.45
countMethod · 0.45
setMethod · 0.45
clearMethod · 0.45
getMethod · 0.45
sumMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected