Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ unittest
Function
unittest
libraries/UUID/test/unit_test_001.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
unittest(test_constants)
42
{
43
assertEqual(0, UUID_MODE_VARIANT4);
44
assertEqual(1, UUID_MODE_RANDOM);
45
}
46
47
48
unittest(test_generate)
Callers
nothing calls this directly
Calls
5
toCharArray
Method · 0.80
setRandomMode
Method · 0.80
setVariant4Mode
Method · 0.80
generate
Method · 0.45
getMode
Method · 0.45
Tested by
no test coverage detected