Morse Micro IoT SDK  2.9.7
test_counters Struct Reference

Detailed Description

Counters to track test runs.

Definition at line 72 of file porting_assistant.c.

Data Fields

unsigned no_result
 Number of tests that did not return a pass/fail result. More...
 
unsigned pass
 Number of tests that passed. More...
 
unsigned fail
 Number of tests that failed. More...
 

Field Documentation

◆ fail

unsigned test_counters::fail

Number of tests that failed.

Definition at line 79 of file porting_assistant.c.

◆ no_result

unsigned test_counters::no_result

Number of tests that did not return a pass/fail result.

Definition at line 75 of file porting_assistant.c.

◆ pass

unsigned test_counters::pass

Number of tests that passed.

Definition at line 77 of file porting_assistant.c.


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