Bomberman
Macros | Functions
MoveTests.cpp File Reference
#include "Entity/Entity.hpp"
#include "Component/Position/PositionComponent.hpp"
#include <catch2/catch.hpp>
#include <Wal.hpp>
#include "System/Controllable/ControllableSystem.hpp"
#include "System/Movable/MovableSystem.hpp"
#include <Component/Controllable/ControllableComponent.hpp>
#include <Component/Movable/MovableComponent.hpp>
#include <Component/Speed/SpeedComponent.hpp>
Include dependency graph for MoveTests.cpp:

Macros

#define private   public
 

Functions

 TEST_CASE ("Move test", "[Component][System]")
 

Macro Definition Documentation

◆ private

#define private   public

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "Move test"  ,
""  [Component][System] 
)