Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ unittest
Function
unittest
libraries/NibbleArray/test/unit_test_001.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
unittest(test_constants)
51
{
52
assertEqual(NIBBLEARRAY_MAXSIZE , 510 );
53
assertEqual(NIBBLEARRAY_OK , 0x00);
54
assertEqual(NIBBLEARRAY_ERROR_INDEX, 0xFF);
55
}
56
57
58
unittest(test_all)
Callers
nothing calls this directly
Calls
6
size
Method · 0.45
memory
Method · 0.45
set
Method · 0.45
get
Method · 0.45
clear
Method · 0.45
setAll
Method · 0.45
Tested by
no test coverage detected