MCPcopy 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
41unittest(test_constants)
42{
43 assertEqual(0, UUID_MODE_VARIANT4);
44 assertEqual(1, UUID_MODE_RANDOM);
45}
46
47
48unittest(test_generate)

Callers

nothing calls this directly

Calls 5

toCharArrayMethod · 0.80
setRandomModeMethod · 0.80
setVariant4ModeMethod · 0.80
generateMethod · 0.45
getModeMethod · 0.45

Tested by

no test coverage detected