Xmega Application Note


test_suite Struct Reference
[Test Suite Framework]

A test suite. More...

#include <suite.h>

Collaboration diagram for test_suite:
Collaboration graph
[legend]

Data Fields

const char * name
 The name of the test suite.
unsigned int nr_tests
 The number of tests in this suite.
struct test_case *const * tests
 Array of pointers to the test cases.

Detailed Description

A test suite.

A test suite may contain one or more test cases which are to be run in sequence.

Definition at line 162 of file suite.h.


Field Documentation

const char* test_suite::name

The name of the test suite.

Definition at line 168 of file suite.h.

unsigned int test_suite::nr_tests

The number of tests in this suite.

Definition at line 164 of file suite.h.

struct test_case* const* test_suite::tests

Array of pointers to the test cases.

Definition at line 166 of file suite.h.

@DOC_TITLE@
Generated on Fri Oct 22 12:15:26 2010 for AVR1300 Using the Xmega ADC by doxygen 1.6.3