libcester
Public Attributes | List of all members
test_instance Struct Reference

#include <cester.h>

Public Attributes

unsigned argc
 
char ** argv
 
void * arg
 

Detailed Description

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.

Member Data Documentation

◆ arg

void* test_instance::arg

pointer to an object that can be passed between unit tests

◆ argc

unsigned test_instance::argc

the length of the command line arg

◆ argv

char** test_instance::argv

the command line arguments


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