yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dungeon_editor_system_integration_test.cc File Reference
#include <gtest/gtest.h>
#include <memory>
#include <vector>
#include <map>
#include <chrono>
#include "app/rom.h"
#include "app/zelda3/dungeon/room.h"
#include "app/zelda3/dungeon/dungeon_editor_system.h"
#include "app/zelda3/dungeon/dungeon_object_editor.h"

Go to the source code of this file.

Classes

class  yaze::zelda3::DungeonEditorSystemIntegrationTest
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::zelda3
 Zelda 3 specific classes and functions.
 

Functions

 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, BasicInitialization)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, RoomLoadingAndManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, ObjectEditorIntegration)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, SpriteManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, ItemManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, EntranceManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, DoorManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, ChestManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, RoomPropertiesManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, DungeonSettingsManagement)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, UndoRedoFunctionality)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, ValidationFunctionality)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, SaveLoadFunctionality)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, PerformanceTest)
 
 yaze::zelda3::TEST_F (DungeonEditorSystemIntegrationTest, ErrorHandling)