Integration test framework using real ROM data. More...
#include <dungeon_editor_test.h>


Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Protected Attributes | |
| std::unique_ptr< Rom > | rom_ |
| std::unique_ptr< editor::DungeonEditorV2 > | dungeon_editor_ |
Static Protected Attributes | |
| static constexpr int | kTestRoomId = 0x01 |
Integration test framework using real ROM data.
Updated for DungeonEditorV2 with card-based architecture
Definition at line 20 of file dungeon_editor_test.h.
|
inlineoverrideprotected |
Definition at line 22 of file dungeon_editor_test.h.
References dungeon_editor_, and rom_.
|
inlineoverrideprotected |
Definition at line 45 of file dungeon_editor_test.h.
References dungeon_editor_, and rom_.
|
protected |
Definition at line 50 of file dungeon_editor_test.h.
Referenced by SetUp(), and TearDown().
|
protected |
Definition at line 51 of file dungeon_editor_test.h.
Referenced by SetUp(), and TearDown().
|
staticconstexprprotected |
Definition at line 53 of file dungeon_editor_test.h.