|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_test_suite.h>

Data Fields | |
| const char * | pName |
| GblTestCaseFn | pFnRun |
Represenst a single test case within a GblTestSuite.
Definition at line 46 of file gimbal_test_suite.h.
| const char* GblTestCase::pName |
Name of the test case.
Definition at line 47 of file gimbal_test_suite.h.
| GblTestCaseFn GblTestCase::pFnRun |
Function callback for the test case.
Definition at line 48 of file gimbal_test_suite.h.