SDL 2.0
SDLTest_TestCaseReference Struct Reference

#include <SDL_test_harness.h>

Data Fields

SDLTest_TestCaseFp testCase
 
const char * name
 
const char * description
 
int enabled
 

Detailed Description

Definition at line 75 of file SDL_test_harness.h.

Field Documentation

◆ description

const char* SDLTest_TestCaseReference::description

Definition at line 81 of file SDL_test_harness.h.

◆ enabled

int SDLTest_TestCaseReference::enabled

Definition at line 83 of file SDL_test_harness.h.

◆ name

const char* SDLTest_TestCaseReference::name

Definition at line 79 of file SDL_test_harness.h.

◆ testCase

SDLTest_TestCaseFp SDLTest_TestCaseReference::testCase

Definition at line 77 of file SDL_test_harness.h.


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