MCPcopy Create free account
hub / github.com/FastLED/FastLED / subcaseStart

Method subcaseStart

src/fl/test/fltest.cpp.hpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void DefaultReporter::subcaseStart(const char* name) FL_NOEXCEPT {
72 fl::printf(" Subcase: %s\n", name);
73}
74
75void DefaultReporter::subcaseEnd() FL_NOEXCEPT {
76 // Nothing needed

Callers 1

enterSubcaseMethod · 0.80

Calls 5

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

Tested by

no test coverage detected