SDL 2.0
|
#include <SDL_test_harness.h>
Data Fields | |
SDLTest_TestCaseFp | testCase |
const char * | name |
const char * | description |
int | enabled |
Holds information about a single test case.
Definition at line 75 of file SDL_test_harness.h.
const char* SDLTest_TestCaseReference::description |
Definition at line 81 of file SDL_test_harness.h.
int SDLTest_TestCaseReference::enabled |
Definition at line 83 of file SDL_test_harness.h.
const char* SDLTest_TestCaseReference::name |
Definition at line 79 of file SDL_test_harness.h.
SDLTest_TestCaseFp SDLTest_TestCaseReference::testCase |
Definition at line 77 of file SDL_test_harness.h.