|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <ztest_test_new.h>
Data Fields | |
| uint32_t | run_count |
| uint32_t | skip_count |
| uint32_t | fail_count |
| uint32_t | pass_count |
| uint32_t | duration_worst_ms |
| uint32_t ztest_unit_test_stats::duration_worst_ms |
The longest duration of the test across multiple times
| uint32_t ztest_unit_test_stats::fail_count |
The number of times that the test failed
| uint32_t ztest_unit_test_stats::pass_count |
The number of times that the test passed
| uint32_t ztest_unit_test_stats::run_count |
The number of times that the test ran
| uint32_t ztest_unit_test_stats::skip_count |
The number of times that the test was skipped