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

◆ subcaseStart()

void fl::test::DefaultReporter::subcaseStart ( const char * name)
overridevirtual

Implements fl::test::IReporter.

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

71 {
72 fl::printf(" Subcase: %s\n", name);
73}
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: