Tchatator413
TripEnArvor instant messaging protocol - JSON-based
Loading...
Searching...
No Matches
Data Fields
test Struct Reference

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_casecases
 

Detailed Description

Represents a test suite with a name and a collection of test cases.

Definition at line 27 of file stb_test.h.

Field Documentation

◆ cases

struct _stbtest_case* test::cases

Definition at line 29 of file stb_test.h.

◆ name

char const* test::name

Definition at line 28 of file stb_test.h.


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