MCPcopy Create free account
hub / github.com/FastLED/FastLED / setTotalTests

Method setTotalTests

src/fl/test/fltest.h:667–667  ·  view source on GitHub ↗

Set the total number of tests (for TAP plan line) If not set, plan is output at the end instead

Source from the content-addressed store, hash-verified

665 /// Set the total number of tests (for TAP plan line)
666 /// If not set, plan is output at the end instead
667 void setTotalTests(fl::u32 total) FL_NOEXCEPT { mTotalTests = total; }
668
669private:
670 fl::string* mOutput;

Callers 1

fltest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected