Protected Member Functions | |
void | SetUp () override |
void | TearDown () override |
absl::Status | LoadTestRoomData () |
Protected Attributes | |
std::string | rom_path_ |
std::unique_ptr< Rom > | rom_ |
std::unique_ptr< DungeonEditorSystem > | dungeon_editor_system_ |
std::vector< int > | test_rooms_ |
std::map< int, Room > | rooms_ |
Definition at line 15 of file dungeon_editor_system_integration_test.cc.
|
inlineoverrideprotected |
Definition at line 17 of file dungeon_editor_system_integration_test.cc.
References dungeon_editor_system_, LoadTestRoomData(), rom_, and rom_path_.
|
inlineoverrideprotected |
Definition at line 38 of file dungeon_editor_system_integration_test.cc.
References dungeon_editor_system_, and rom_.
|
inlineprotected |
Definition at line 43 of file dungeon_editor_system_integration_test.cc.
References dungeon_editor_system_, rooms_, and test_rooms_.
Referenced by SetUp().
|
protected |
Definition at line 58 of file dungeon_editor_system_integration_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 59 of file dungeon_editor_system_integration_test.cc.
Referenced by SetUp(), and TearDown().
|
protected |
Definition at line 60 of file dungeon_editor_system_integration_test.cc.
Referenced by LoadTestRoomData(), SetUp(), and TearDown().
|
protected |
Definition at line 62 of file dungeon_editor_system_integration_test.cc.
Referenced by LoadTestRoomData().
|
protected |
Definition at line 63 of file dungeon_editor_system_integration_test.cc.
Referenced by LoadTestRoomData().