Bomberman
Macros | Functions
CacheTest.cpp File Reference
#include <catch2/catch.hpp>
#include <Drawables/Image.hpp>
#include <Audio/Sound.hpp>
#include <Audio/Music.hpp>
#include <TraceLog.hpp>
#include <iostream>
Include dependency graph for CacheTest.cpp:

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]")
 

Macro Definition Documentation

◆ private

#define private   public

Function Documentation

◆ TEST_CASE() [1/4]

TEST_CASE ( "Cache test - Already loaded - Lonely"  ,
""  [Cache] 
)

◆ TEST_CASE() [2/4]

TEST_CASE ( "Cache test - Already loaded - Not lonely"  ,
""  [Cache] 
)

◆ TEST_CASE() [3/4]

TEST_CASE ( "Cache test - New Load - Lonely"  ,
""  [Cache][segf] 
)

◆ TEST_CASE() [4/4]

TEST_CASE ( "Cache test - New Load - Not lonely"  ,
""  [Cache] 
)