|
SDL 2.0
|
Go to the source code of this file.
Macros | |
| #define | ASSERT_FAIL 0 |
| #define | ASSERT_PASS 1 |
Functions | |
| void | SDLTest_Assert (int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription,...) SDL_PRINTF_VARARG_FUNC(2) |
| int | SDLTest_AssertCheck (int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription,...) SDL_PRINTF_VARARG_FUNC(2) |
| void | SDLTest_AssertPass (SDL_PRINTF_FORMAT_STRING const char *assertDescription,...) SDL_PRINTF_VARARG_FUNC(1) |
| void | SDLTest_ResetAssertSummary (void) |
| void | SDLTest_LogAssertSummary (void) |
| int | SDLTest_AssertSummaryToTestResult (void) |
| #define ASSERT_FAIL 0 |
Definition at line 48 of file SDL_test_assert.h.
| #define ASSERT_PASS 1 |
Definition at line 53 of file SDL_test_assert.h.
| void SDLTest_Assert | ( | int | assertCondition, |
| SDL_PRINTF_FORMAT_STRING const char * | assertDescription, | ||
| ... ) |
References SDL_PRINTF_FORMAT_STRING, and SDL_PRINTF_VARARG_FUNC.
| int SDLTest_AssertCheck | ( | int | assertCondition, |
| SDL_PRINTF_FORMAT_STRING const char * | assertDescription, | ||
| ... ) |
References SDL_PRINTF_FORMAT_STRING, SDL_PRINTF_VARARG_FUNC, and SDLTest_AssertCheck().
Referenced by SDLTest_AssertCheck().
| void SDLTest_AssertPass | ( | SDL_PRINTF_FORMAT_STRING const char * | assertDescription, |
| ... ) |
References SDL_PRINTF_FORMAT_STRING, SDL_PRINTF_VARARG_FUNC, and SDLTest_AssertPass().
Referenced by SDLTest_AssertPass().
| int SDLTest_AssertSummaryToTestResult | ( | void | ) |
References SDLTest_AssertSummaryToTestResult().
Referenced by SDLTest_AssertSummaryToTestResult().
| void SDLTest_LogAssertSummary | ( | void | ) |
References SDLTest_LogAssertSummary().
Referenced by SDLTest_LogAssertSummary().
| void SDLTest_ResetAssertSummary | ( | void | ) |
References SDLTest_ResetAssertSummary().
Referenced by SDLTest_ResetAssertSummary().