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

◆ output()

void fl::test::TAPReporter::output ( const char * line)
private

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

835 {
836 if (mPrintFunc) {
837 mPrintFunc(line);
838 mPrintFunc("\n");
839 } else if (mOutput) {
840 mStreamingOutput += line;
841 mStreamingOutput += "\n";
842 }
843}
fl::string * mOutput
Definition fltest.h:670
SerialPrintFunc mPrintFunc
Definition fltest.h:671
fl::string mStreamingOutput
Definition fltest.h:679

References FL_NOEXCEPT, mOutput, mPrintFunc, and mStreamingOutput.

Referenced by testCaseEnd(), testRunEnd(), and testRunStart().

+ Here is the caller graph for this function: