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

Function unittest

libraries/BoolArray/test/unit_test_001.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39unittest(test_constants)
40{
41 assertEqual(2000, BOOLARRAY_MAXSIZE );
42 assertEqual(0x00, BOOLARRAY_OK );
43 assertEqual(0xFF, BOOLARRAY_ERROR );
44 assertEqual(0xFE, BOOLARRAY_SIZE_ERROR);
45 assertEqual(0xFD, BOOLARRAY_INIT_ERROR);
46}
47
48
49unittest(test_constructor)

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected