MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TEST_DATA Struct Reference

#include <tap.h>

Public Attributes

int plan
int last
int failed
char todo [128]

Detailed Description

Data about test plan.

Definition at line 41 of file tap.h.

Member Data Documentation

int TEST_DATA::failed

Number of tests that failed.

Definition at line 54 of file tap.h.

int TEST_DATA::last

Number of last test that was done or skipped.

Definition at line 51 of file tap.h.

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.

Definition at line 48 of file tap.h.

char TEST_DATA::todo[128]

Todo reason.

Definition at line 57 of file tap.h.


The documentation for this struct was generated from the following file: