![]() |
STASIS
A pipeline delivery generator
|
#include <junitxml.h>
Data Fields | |
| char * | name |
| Test suite name. | |
| int | errors |
| Total number of test terminated due to an error. | |
| int | failures |
| Total number of failed tests. | |
| int | skipped |
| Total number of skipped tests. | |
| int | passed |
| Total number of successful tests. | |
| int | tests |
| Total number of tests. | |
| float | time |
| Total duration in fractional seconds. | |
| char * | timestamp |
| Timestamp. | |
| char * | hostname |
| Test runner host name. | |
| struct JUNIT_Testcase ** | testcase |
| Array of test cases. | |
| size_t | _tc_inuse |
| Total number of test cases in use. | |
| size_t | _tc_alloc |
| Total number of test cases allocated. | |
Represents a junit test suite