Zephyr Project API  3.2.0
A Scalable Open Source RTOS
ztest_unit_test_stats Struct Reference

#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
 

Field Documentation

◆ duration_worst_ms

uint32_t ztest_unit_test_stats::duration_worst_ms

The longest duration of the test across multiple times

◆ fail_count

uint32_t ztest_unit_test_stats::fail_count

The number of times that the test failed

◆ pass_count

uint32_t ztest_unit_test_stats::pass_count

The number of times that the test passed

◆ run_count

uint32_t ztest_unit_test_stats::run_count

The number of times that the test ran

◆ skip_count

uint32_t ztest_unit_test_stats::skip_count

The number of times that the test was skipped


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