libcester
|
#include <cester.h>
Public Attributes | |
unsigned | argc |
char ** | argv |
void * | arg |
The test instance that contains the command line argument length and values, with void* pointer that can be used to share data between unit tests.
void* test_instance::arg |
pointer to an object that can be passed between unit tests
unsigned test_instance::argc |
the length of the command line arg
char** test_instance::argv |
the command line arguments