mapitest_suite Struct Reference

A list of test suites. More...

#include <mapitest.h>

Data Fields

char * description
 
char * name
 
struct mapitest_suitenext
 
bool online
 
struct mapitest_suiteprev
 
struct mapitest_statstat
 
struct mapitest_testtests
 

Detailed Description

A list of test suites.

mapitest executes a set of tests. Those tests are grouped into suites of related tests (e.g. all tests that do not require a server are in one suite, the tests for NSPI are in another suite, and so on). This linked list data structure represents the various test suites to be executed.

Field Documentation

char* mapitest_suite::description

Description of the test suite

Referenced by mapitest_suite_init().

struct mapitest_suite* mapitest_suite::next
bool mapitest_suite::online

Whether this suite requires a server

Referenced by mapitest_run_all(), mapitest_run_test(), and mapitest_suite_init().

struct mapitest_suite* mapitest_suite::prev

Pointer to the previous test suite

struct mapitest_stat* mapitest_suite::stat
struct mapitest_test* mapitest_suite::tests

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/