Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ testCaseStart
Method
testCaseStart
src/fl/test/fltest.cpp.hpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void DefaultReporter::testCaseStart(const char* name) FL_NOEXCEPT {
52
fl::printf(
"\n--- Test: %s\n"
, name);
53
}
54
55
void DefaultReporter::testCaseEnd(bool passed, fl::u32 durationMs) FL_NOEXCEPT {
56
if (passed) {
Callers
1
runTestCase
Method · 0.80
Calls
5
printf
Function · 0.85
print
Function · 0.50
c_str
Method · 0.45
str
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected