|
Bomberman
|
#include <catch2/catch.hpp>#include <Drawables/Image.hpp>#include <Audio/Sound.hpp>#include <Audio/Music.hpp>#include <TraceLog.hpp>#include <iostream>Macros | |
| #define | private public |
Functions | |
| TEST_CASE ("Cache test - New Load - Not lonely", "[Cache]") | |
| TEST_CASE ("Cache test - New Load - Lonely", "[Cache][segf]") | |
| TEST_CASE ("Cache test - Already loaded - Lonely", "[Cache]") | |
| TEST_CASE ("Cache test - Already loaded - Not lonely", "[Cache]") | |
| #define private public |
| TEST_CASE | ( | "Cache test - Already loaded - Lonely" | , |
| "" | [Cache] | ||
| ) |
| TEST_CASE | ( | "Cache test - Already loaded - Not lonely" | , |
| "" | [Cache] | ||
| ) |
| TEST_CASE | ( | "Cache test - New Load - Lonely" | , |
| "" | [Cache][segf] | ||
| ) |
| TEST_CASE | ( | "Cache test - New Load - Not lonely" | , |
| "" | [Cache] | ||
| ) |
1.8.17