|
SDL 3.0
|
Include dependency graph for SDL_test_assert.h:
This graph shows which files directly or indirectly include this file: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 |
Assertion functions of SDL test framework.
This code is a part of the SDL test library, not the main SDL library.
Definition at line 46 of file SDL_test_assert.h.
| #define ASSERT_PASS 1 |
Definition at line 49 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 | ) |