MCPcopy 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
51void DefaultReporter::testCaseStart(const char* name) FL_NOEXCEPT {
52 fl::printf("\n--- Test: %s\n", name);
53}
54
55void DefaultReporter::testCaseEnd(bool passed, fl::u32 durationMs) FL_NOEXCEPT {
56 if (passed) {

Callers 1

runTestCaseMethod · 0.80

Calls 5

printfFunction · 0.85
printFunction · 0.50
c_strMethod · 0.45
strMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected