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

◆ isTestSkipped()

bool fl::test::isTestSkipped ( )

Check if current test has been marked as skipped.

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

494 {
495 return sCurrentTestSkipped;
496}
static bool sCurrentTestSkipped

References FL_NOEXCEPT, and sCurrentTestSkipped.