diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxTestSuite.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxTestSuite.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,150 @@ + + + + + + + +ucx: UcxTestSuite Struct Reference + + + + + + + + + +
+
+ + + + + + + +
+
ucx +
+
UAP Common Extensions
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
UcxTestSuite 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. More...
 
unsigned int failure
 The number of failed tests after the suite has been run. More...
 
UcxTestListtests
 Internal list of test cases. More...
 
+

Detailed Description

+

A test suite containing multiple test cases.

+

Field Documentation

+ +

◆ failure

+ +
+
+ + + + +
unsigned int UcxTestSuite::failure
+
+ +

The number of failed tests after the suite has been run.

+ +
+
+ +

◆ success

+ +
+
+ + + + +
unsigned int UcxTestSuite::success
+
+ +

The number of successful tests after the suite has been run.

+ +
+
+ +

◆ tests

+ +
+
+ + + + +
UcxTestList* UcxTestSuite::tests
+
+ +

Internal list of test cases.

+

Use ucx_test_register() to add tests to this list.

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