![]() |
STASIS
A pipeline delivery generator
|
#include <libxml/xmlreader.h>
Go to the source code of this file.
Data Structures | |
| struct | JUNIT_Failure |
| struct | JUNIT_Error |
| struct | JUNIT_Skipped |
| struct | JUNIT_Testcase |
| union | JUNIT_Testcase::tc_state_ptr |
| Type container for result (there can only be one). More... | |
| struct | JUNIT_Testsuite |
Macros | |
| #define | JUNIT_RESULT_STATE_NONE 0 |
| #define | JUNIT_RESULT_STATE_FAILURE 1 |
| #define | JUNIT_RESULT_STATE_SKIPPED 2 |
| #define | JUNIT_RESULT_STATE_ERROR 3 |
Functions | |
| struct JUNIT_Testsuite * | junitxml_testsuite_read (const char *filename) |
| void | junitxml_testsuite_free (struct JUNIT_Testsuite **testsuite) |
| void junitxml_testsuite_free | ( | struct JUNIT_Testsuite ** | testsuite | ) |
Free memory allocated by junitxml_testsuite_read
| testsuite | pointer to JUNIT_Testsuite |
| struct JUNIT_Testsuite * junitxml_testsuite_read | ( | const char * | filename | ) |
Extract information from a junit XML file
| filename | path to junit XML file |
