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

◆ subcaseStart()

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

Implements fl::test::IReporter.

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

914 {
915 // TAP doesn't have native subcase support, but we can add diagnostics
916 fl::sstream ss;
917 ss << " Subcase: " << (name ? name : "unknown");
918 mDiagnostics.push_back(ss.str());
919}
string str() const FL_NOEXCEPT
Definition strstream.h:43
fl::vector< fl::string > mDiagnostics
Definition fltest.h:678

References FL_NOEXCEPT, mDiagnostics, and fl::sstream::str().

+ Here is the call graph for this function: