mapitest_unit Struct Reference

List of test names. More...

#include <mapitest.h>

Data Fields

char * name
 
struct mapitest_unitnext
 
struct mapitest_unitprev
 
char * reason
 

Detailed Description

List of test names.

This linked list data structure has a list of names of tests. It is used with mapitest_stat to record the failed tests.

Field Documentation

char* mapitest_unit::name
struct mapitest_unit* mapitest_unit::next

The next test in the list

Referenced by main(), and mapitest_stat_dump().

struct mapitest_unit* mapitest_unit::prev

The previous test in the list

char* mapitest_unit::reason

Why this test was skipped or failed (if applicable)

Referenced by mapitest_stat_add_result(), and mapitest_stat_dump().


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

Creative Commons License
Creative Commons Attribution icon Creative Commons Share Alike icon
This content is licensed under the Creative Commons
Attribution ShareAlike License v. 3.0:
http://creativecommons.org/licenses/by-sa/3.0/