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, | ||
... | |||
) |
int SDLTest_AssertCheck | ( | int | assertCondition, |
SDL_PRINTF_FORMAT_STRING const char * | assertDescription, | ||
... | |||
) |
void SDLTest_AssertPass | ( | SDL_PRINTF_FORMAT_STRING const char * | assertDescription, |
... | |||
) |
int SDLTest_AssertSummaryToTestResult | ( | void | ) |
void SDLTest_LogAssertSummary | ( | void | ) |
void SDLTest_ResetAssertSummary | ( | void | ) |