|
FastLED 3.9.15
|
Single test result - comprehensive pass/fail information.
Definition at line 42 of file validation.h.
#include <validation.h>
Collaboration diagram for fl::SingleTestResult:Public Member Functions | |
| SingleTestResult () FL_NOEXCEPT | |
Public Attributes | |
| string | driver |
| Driver tested. | |
| u32 | duration_ms |
| Test execution time (milliseconds) | |
| optional< string > | error_message |
| Error message if !success. | |
| optional< string > | failure_details |
| Failure details. | |
| optional< string > | failure_pattern |
| Pattern that failed if !passed. | |
| int | lane_count |
| Number of lanes tested. | |
| vector< int > | lane_sizes |
| LED counts per lane. | |
| bool | passed |
| All validation tests passed. | |
| int | passed_tests |
| Number of tests that passed. | |
| string | pattern |
| Pattern tested. | |
| bool | success |
| RPC execution succeeded. | |
| int | total_tests |
| Total validation tests run. | |