|
FastLED 3.9.15
|
| void simd_test::print_summary | ( | const fl::vector< TestResult > & | test_results, |
| int | total_tests, | ||
| int | passed_tests, | ||
| int | failed_tests ) |
Print summary table of all test results.
| test_results | All test results |
| total_tests | Total number of tests |
| passed_tests | Number of passed tests |
| failed_tests | Number of failed tests |
Definition at line 58 of file test_helpers.cpp.
References fl::sstream::clear(), failed_tests, FL_PRINT, passed_tests, fl::sstream::str(), test_results, and total_tests.
Referenced by setup().
Here is the call graph for this function:
Here is the caller graph for this function: