FastLED 3.9.15
Loading...
Searching...
No Matches
fl::SingleTestResult Struct Reference

Detailed Description

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< stringerror_message
 Error message if !success.
 
optional< stringfailure_details
 Failure details.
 
optional< stringfailure_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.
 

The documentation for this struct was generated from the following file: