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

◆ testCaseStart()

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

Implements fl::test::IReporter.

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

51 {
52 fl::printf("\n--- Test: %s\n", name);
53}
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: