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

◆ allPassed()

bool fl::DriverTestResult::allPassed ( ) const
inline

Check if all tests passed.

Definition at line 86 of file validation.h.

86{ return !skipped && total_tests > 0 && passed_tests == total_tests; }
bool skipped
True if driver was skipped (e.g., failed to set exclusive)
Definition validation.h:72
int total_tests
Total test count across all chipset timings.
Definition validation.h:70
int passed_tests
Passed test count across all chipset timings.
Definition validation.h:71

References passed_tests, skipped, and total_tests.