TEST_DATA Struct Reference
[MyTAP Internals]

Data about test plan. More...

#include <tap.h>


Data Fields

int plan
 Number of tests that is planned to execute.
int last
 Number of last test that was done or skipped.
int failed
 Number of tests that failed.
char todo [128]
 Todo reason.


Detailed Description

Data about test plan.


Field Documentation

int TEST_DATA::failed
 

Number of tests that failed.

int TEST_DATA::last
 

Number of last test that was done or skipped.

int TEST_DATA::plan
 

Number of tests that is planned to execute.

Can be zero (NO_PLAN) meaning that the plan string will be printed at the end of test instead.

char TEST_DATA::todo[128]
 

Todo reason.


The documentation for this struct was generated from the following file:
Generated on Fri Oct 20 21:13:28 2006 by  doxygen 1.4.6