diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxTestSuite.html --- a/docs/api-2.1/structUcxTestSuite.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,150 +0,0 @@ - - -
- - - - -- |
- ucx
-
- UAP Common Extensions
- |
-
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... | |
UcxTestList * | tests |
Internal list of test cases. More... | |
A test suite containing multiple test cases.
-unsigned int UcxTestSuite::failure | -
The number of failed tests after the suite has been run.
- -unsigned int UcxTestSuite::success | -
The number of successful tests after the suite has been run.
- -UcxTestList* UcxTestSuite::tests | -
Internal list of test cases.
-Use ucx_test_register() to add tests to this list.
- -