Integration test framework for DungeonEditorV2. More...
#include <dungeon_editor_v2_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_v2_ |
Static Protected Attributes | |
static constexpr int | kTestRoomId = 0x01 |
Integration test framework for DungeonEditorV2.
Tests the simplified component delegation architecture
Definition at line 19 of file dungeon_editor_v2_test.h.
|
inlineoverrideprotected |
Definition at line 21 of file dungeon_editor_v2_test.h.
References dungeon_editor_v2_, and rom_.
|
inlineoverrideprotected |
Definition at line 37 of file dungeon_editor_v2_test.h.
References dungeon_editor_v2_, and rom_.
|
protected |
Definition at line 42 of file dungeon_editor_v2_test.h.
Referenced by SetUp(), and TearDown().
|
protected |
Definition at line 43 of file dungeon_editor_v2_test.h.
Referenced by SetUp(), and TearDown().
|
staticconstexprprotected |
Definition at line 45 of file dungeon_editor_v2_test.h.