List of test names. More...
#include <mapitest.h>
Data Fields | |
char * | name |
struct mapitest_unit * | next |
struct mapitest_unit * | prev |
char * | reason |
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.
char* mapitest_unit::name |
The name of the test
Referenced by main(), mapitest_stat_add_result(), mapitest_stat_add_skipped_test(), and mapitest_stat_dump().
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().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |