Simple XUnit test library / objects in plain C Snapshot
|
#include <vtest.h>
Public Attributes | |
const char * | name |
VTEST_ACTION | setUp |
VTEST_ACTION | tearDown |
struct tagVTEST_TEST_SUITE * | next_suite |
VTEST_TEST * | test_cases |
const char* tagVTEST_TEST_SUITE::name |