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

◆ TAPReporter() [1/2]

fl::test::TAPReporter::TAPReporter ( fl::string * outputBuffer)
inlineexplicit

Create a TAP reporter that writes to the given string buffer.

Definition at line 650 of file fltest.h.

651 : mOutput(outputBuffer), mPrintFunc(nullptr), mTestNumber(0), mTotalTests(0) {}
fl::string * mOutput
Definition fltest.h:670
SerialPrintFunc mPrintFunc
Definition fltest.h:671

References FL_NOEXCEPT, mOutput, mPrintFunc, mTestNumber, and mTotalTests.