Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ unittest
Function
unittest
libraries/TM1637_RT/test/unit_test_001.cpp:52–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
unittest(test_begin)
53
{
54
TM1637 TM;
55
TM.init(2, 3, 6);
56
57
TM.displayClear();
58
// TODO real tests....
59
assertEqual(1, 1);
60
}
61
62
63
unittest(test_brightness)
Callers
nothing calls this directly
Calls
6
setBrightness
Method · 0.80
getBrightness
Method · 0.80
setBitDelay
Method · 0.80
getBitDelay
Method · 0.80
init
Method · 0.45
displayClear
Method · 0.45
Tested by
no test coverage detected