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

◆ testCaseStart()

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

Implements fl::test::IReporter.

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

544 {
545 fl::sstream ss;
546 ss << "\n[TEST] " << name << "\n";
547 print(ss.str().c_str());
548}
const char * c_str() const FL_NOEXCEPT
string str() const FL_NOEXCEPT
Definition strstream.h:43
void print(const char *msg) FL_NOEXCEPT

References fl::basic_string::c_str(), FL_NOEXCEPT, fl::print(), and fl::sstream::str().

+ Here is the call graph for this function: