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

Description of the test suite

Whether this suite requires a server

Referenced by mapitest_run_all(), and mapitest_run_test().

Pointer to the previous test suite


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/