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

◆ subcaseStart()

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

Implements fl::test::IReporter.

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

570 {
571 fl::sstream ss;
572 ss << " [SUBCASE] " << name << "\n";
573 print(ss.str().c_str());
574}
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: