|
Tchatator413
TripEnArvor instant messaging protocol - JSON-based
|
Represents a test suite with a name and a collection of test cases. More...
#include <stb_test.h>
Data Fields | |
| char const * | name |
| struct _stbtest_case * | cases |
Represents a test suite with a name and a collection of test cases.
Definition at line 27 of file stb_test.h.
| struct _stbtest_case* test::cases |
Definition at line 29 of file stb_test.h.
| char const* test::name |
Definition at line 28 of file stb_test.h.