MCPcopy 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
50unittest(test_constants)
51{
52 assertEqual(NIBBLEARRAY_MAXSIZE , 510 );
53 assertEqual(NIBBLEARRAY_OK , 0x00);
54 assertEqual(NIBBLEARRAY_ERROR_INDEX, 0xFF);
55}
56
57
58unittest(test_all)

Callers

nothing calls this directly

Calls 6

sizeMethod · 0.45
memoryMethod · 0.45
setMethod · 0.45
getMethod · 0.45
clearMethod · 0.45
setAllMethod · 0.45

Tested by

no test coverage detected