Test execution tracking and results accumulation.
More...
#include <TLE92466ED_TestFramework.hpp>
Test execution tracking and results accumulation.
◆ add_result()
| void TestResults::add_result |
( |
bool | passed, |
|
|
uint64_t | execution_time ) |
|
inlinenoexcept |
◆ get_success_percentage()
| double TestResults::get_success_percentage |
( |
| ) |
const |
|
inlinenoexcept |
◆ get_total_time_ms()
| double TestResults::get_total_time_ms |
( |
| ) |
const |
|
inlinenoexcept |
◆ print_summary()
| void TestResults::print_summary |
( |
const char * | tag | ) |
const |
|
inlinenoexcept |
◆ failed_tests
| int TestResults::failed_tests = 0 |
◆ passed_tests
| int TestResults::passed_tests = 0 |
◆ total_execution_time_us
| uint64_t TestResults::total_execution_time_us = 0 |
◆ total_tests
| int TestResults::total_tests = 0 |
The documentation for this struct was generated from the following file: