Zephyr API 3.6.99
|
#include <ztest_test.h>
Data Fields | |
uint32_t | run_count |
The number of times that the test ran. | |
uint32_t | skip_count |
The number of times that the test was skipped. | |
uint32_t | fail_count |
The number of times that the test failed. | |
uint32_t | pass_count |
The number of times that the test passed. | |
uint32_t | duration_worst_ms |
The longest duration of the test across multiple times. | |
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.