#include <gtest/gtest.h>#include "app/rom.h"#include "zelda3/dungeon/room.h"#include "zelda3/dungeon/room_object.h"
Go to the source code of this file.
Classes | |
| class | yaze::zelda3::test::RoomManipulationTest |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::zelda3 |
| Zelda 3 specific classes and functions. | |
| namespace | yaze::zelda3::test |
Functions | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, AddObject) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, AddInvalidObject) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, RemoveObject) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, RemoveInvalidIndex) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, UpdateObject) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, FindObjectAt) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, ValidateObject) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, MultipleOperations) | |
| yaze::zelda3::test::TEST_F (RoomManipulationTest, LayerOrganization) | |