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