![]() |
STASIS
A pipeline delivery generator
|
#include <junitxml.h>
Data Structures | |
| union | tc_state_ptr |
| Type container for result (there can only be one) More... | |
Data Fields | |
| char * | classname |
| Class name. | |
| char * | name |
| Name of test. | |
| float | time |
| Test duration in fractional seconds. | |
| char * | message |
| Standard output message. | |
| int | tc_result_state_type |
| Result type. | |
| union JUNIT_Testcase::tc_state_ptr | result_state |
| Result data. | |
Represents a junit test case