ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
CxTestSuite Struct Reference

A test suite containing multiple test cases. More...

#include <test.h>

Data Fields

unsigned int success
 The number of successful tests after the suite has been run.
 
unsigned int failure
 The number of failed tests after the suite has been run.
 
const char * name
 The optional name of this test suite.
 
CxTestSettests
 Internal list of test cases.
 

Detailed Description

A test suite containing multiple test cases.

Field Documentation

◆ tests

CxTestSet* CxTestSuite::tests

Internal list of test cases.

Use cx_test_register() to add tests to this list.


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