FastLED 3.9.15
Loading...
Searching...
No Matches

◆ testRunStart()

void fl::test::DefaultReporter::testRunStart ( )
overridevirtual

Implements fl::test::IReporter.

Definition at line 16 of file fltest.cpp.hpp.

16 {
17 fl::printf("\n");
18 fl::printf("===============================================================================\n");
19 fl::printf("FL TEST: Running tests...\n");
20 fl::printf("===============================================================================\n");
21}
void printf(const char *format, const Args &... args) FL_NOEXCEPT
Printf-like formatting function that prints directly to the platform output.
Definition stdio.h:635

References FL_NOEXCEPT, and fl::printf().

+ Here is the call graph for this function: