Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ztest_unit_test_stats Struct Reference

#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.
 

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: