#include "AceUnit.h"
Go to the source code of this file.
Data Structures | |
struct | AceUnitRunnerData_t |
Structure with test execution information, used by the Runner and the Assertions. More... | |
Defines | |
#define | ACEUNITDATA_H 1 |
Include shield to protect the header file from being included more than once. | |
Variables | |
AceUnitRunnerData_t * | runnerData |
The test execution information, used by the Runner and the Assertions. |
This is only needed when you need to access information used by the runner.
#define ACEUNITDATA_H 1 |
Include shield to protect the header file from being included more than once.
The test execution information, used by the Runner and the Assertions.