ReactOS 0.4.15-dev-8079-g5db69da
_TEST_RESULT_INFO Struct Reference
Collaboration diagram for _TEST_RESULT_INFO:

Public Attributes

struct _TEST_RESULT_INFOnext
 
char testname [100]
 
char result [200]
 
int succeeded
 

Detailed Description

Definition at line 35 of file regtests2xml.c.

Member Data Documentation

◆ next

struct _TEST_RESULT_INFO* _TEST_RESULT_INFO::next

Definition at line 37 of file regtests2xml.c.

Referenced by generate_xml(), and parse_file().

◆ result

char _TEST_RESULT_INFO::result[200]

Definition at line 39 of file regtests2xml.c.

Referenced by generate_xml(), and parse_file().

◆ succeeded

int _TEST_RESULT_INFO::succeeded

Definition at line 40 of file regtests2xml.c.

Referenced by generate_xml(), and parse_file().

◆ testname

char _TEST_RESULT_INFO::testname[100]

Definition at line 38 of file regtests2xml.c.

Referenced by generate_xml(), and parse_file().


The documentation for this struct was generated from the following file: