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

Function unittest

libraries/PrintCharArray/test/unit_test_001.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51unittest(test_constants)
52{
53 assertEqual(PRINTCHARARRAY_MAX_BUFFER_SIZE, 250);
54}
55
56
57unittest(test_constructor)

Callers

nothing calls this directly

Calls 5

bufSizeMethod · 0.80
getBufferMethod · 0.80
availableMethod · 0.45
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected