ReactOS 0.4.16-dev-747-gbc52d5f
|
Public Attributes | |
struct _TEST_RESULT_INFO * | next |
char | testname [100] |
char | result [200] |
int | succeeded |
Definition at line 35 of file regtests2xml.c.
struct _TEST_RESULT_INFO* _TEST_RESULT_INFO::next |
Definition at line 37 of file regtests2xml.c.
Referenced by generate_xml(), and parse_file().
char _TEST_RESULT_INFO::result[200] |
Definition at line 39 of file regtests2xml.c.
Referenced by generate_xml(), and parse_file().
int _TEST_RESULT_INFO::succeeded |
Definition at line 40 of file regtests2xml.c.
Referenced by generate_xml(), and parse_file().
char _TEST_RESULT_INFO::testname[100] |
Definition at line 38 of file regtests2xml.c.
Referenced by generate_xml(), and parse_file().