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

Function skipTest

src/fl/test/fltest.cpp.hpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486// Note: sCurrentTestSkipped and sSkipReason are defined above runTestCase()
487
488void skipTest(const char* reason, const char* file, int line) FL_NOEXCEPT {
489 sCurrentTestSkipped = true;
490 sSkipReason = reason;
491 fl::printf(" [SKIPPED] %s:%d: %s\n", file, line, reason);
492}
493
494bool isTestSkipped() FL_NOEXCEPT {
495 return sCurrentTestSkipped;

Callers

nothing calls this directly

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected