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

Method testRunStart

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

Source from the content-addressed store, hash-verified

14// =============================================================================
15
16void DefaultReporter::testRunStart() FL_NOEXCEPT {
17 fl::printf("\n");
18 fl::printf("===============================================================================\n");
19 fl::printf("FL TEST: Running tests...\n");
20 fl::printf("===============================================================================\n");
21}
22
23void DefaultReporter::testRunEnd(const TestStats& stats) FL_NOEXCEPT {
24 fl::printf("\n");

Callers 2

runMethod · 0.80
fltest.cppFile · 0.80

Calls 5

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

Tested by

no test coverage detected