|
SDL
2.0
|
Include dependency graph for testautomation_hints.c:Go to the source code of this file.
Functions | |
| int | hints_getHint (void *arg) |
| Call to SDL_GetHint. More... | |
| int | hints_setHint (void *arg) |
| Call to SDL_SetHint. More... | |
Variables | |
| const int | _numHintsEnum = 25 |
| char * | _HintsEnum [] |
| char * | _HintsVerbose [] |
| static const SDLTest_TestCaseReference | hintsTest1 |
| static const SDLTest_TestCaseReference | hintsTest2 |
| static const SDLTest_TestCaseReference * | hintsTests [] |
| SDLTest_TestSuiteReference | hintsTestSuite |
| int hints_getHint | ( | void * | arg | ) |
Call to SDL_GetHint.
Definition at line 76 of file testautomation_hints.c.
References _HintsEnum, _HintsVerbose, _numHintsEnum, i, NULL, SDL_GetHint, SDL_strcmp, SDLTest_AssertCheck(), SDLTest_AssertPass(), and TEST_COMPLETED.
| int hints_setHint | ( | void * | arg | ) |
Call to SDL_SetHint.
Definition at line 101 of file testautomation_hints.c.
References _HintsEnum, _HintsVerbose, _numHintsEnum, i, j, NULL, SDL_FALSE, SDL_free(), SDL_GetHint, SDL_SetHint, SDL_strcmp, SDL_TRUE, SDLTest_AssertCheck(), SDLTest_AssertPass(), SDLTest_RandomAsciiStringOfSize(), and TEST_COMPLETED.
| char* _HintsEnum[] |
Definition at line 12 of file testautomation_hints.c.
Referenced by hints_getHint(), and hints_setHint().
| char* _HintsVerbose[] |
Definition at line 40 of file testautomation_hints.c.
Referenced by hints_getHint(), and hints_setHint().
| const int _numHintsEnum = 25 |
Hints test suite
Definition at line 11 of file testautomation_hints.c.
Referenced by hints_getHint(), and hints_setHint().
|
static |
Definition at line 151 of file testautomation_hints.c.
|
static |
Definition at line 154 of file testautomation_hints.c.
|
static |
Definition at line 158 of file testautomation_hints.c.
| SDLTest_TestSuiteReference hintsTestSuite |
Definition at line 163 of file testautomation_hints.c.