Check
Unit testing framework for C
|
#include <check.h>
Data Fields | |
const char * | name |
TFun | fn |
const char * | file |
int | line |
Type for a test, which wraps a test function
const char* TTest::file |
TFun TTest::fn |
int TTest::line |
const char* TTest::name |