libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblTestCase Struct Reference

#include <gimbal_test_suite.h>

Data Fields

const char * pName
 
GblTestCaseFn pFnRun
 

Detailed Description

Represenst a single test case within a GblTestSuite.

Definition at line 46 of file gimbal_test_suite.h.

Field Documentation

◆ pName

const char* GblTestCase::pName

Name of the test case.

Definition at line 47 of file gimbal_test_suite.h.

◆ pFnRun

GblTestCaseFn GblTestCase::pFnRun

Function callback for the test case.

Definition at line 48 of file gimbal_test_suite.h.


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