|
Bomberman
|
#include "Entity/Entity.hpp"#include "Component/Position/PositionComponent.hpp"#include <catch2/catch.hpp>#include <Wal.hpp>#include <Component/Controllable/ControllableComponent.hpp>Functions | |
| TEST_CASE ("View creation", "[View]") | |
| TEST_CASE ("View update", "[View]") | |
| TEST_CASE ("View cache", "[View]") | |
| TEST_CASE ("View add entity", "[View]") | |
| TEST_CASE ("View remove entity", "[View]") | |
| TEST_CASE ("View cache switch", "[View]") | |
| TEST_CASE ("View entity iteration", "[View]") | |
| TEST_CASE ("ViewEntity<> iteration", "[View]") | |
| TEST_CASE ("View [entity, component] iteration", "[View]") | |
| TEST_CASE | ( | "View iteration" | [entity, component], |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View add entity" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View cache switch" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View cache" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View creation" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View entity iteration" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View remove entity" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "View update" | , |
| "" | [View] | ||
| ) |
| TEST_CASE | ( | "ViewEntity<> iteration" | , |
| "" | [View] | ||
| ) |
1.8.17