Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ztest_suite_stats Struct Reference

Stats about a ztest suite. More...

#include <ztest_test_deprecated.h>

Data Fields

uint32_t run_count
 The number of times that the suite ran.
 
uint32_t skip_count
 The number of times that the suite was skipped.
 
uint32_t fail_count
 The number of times that the suite failed.
 

Detailed Description

Stats about a ztest suite.

Field Documentation

◆ fail_count

uint32_t ztest_suite_stats::fail_count

The number of times that the suite failed.

◆ run_count

uint32_t ztest_suite_stats::run_count

The number of times that the suite ran.

◆ skip_count

uint32_t ztest_suite_stats::skip_count

The number of times that the suite was skipped.


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