yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dungeon_editor_smoke_test.h File Reference
#include "imgui_test_engine/imgui_te_context.h"
Include dependency graph for dungeon_editor_smoke_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void E2ETest_DungeonEditorV2SmokeTest (ImGuiTestContext *ctx)
 Quick smoke test for DungeonEditorV2 card-based UI.
 

Function Documentation

◆ E2ETest_DungeonEditorV2SmokeTest()

void E2ETest_DungeonEditorV2SmokeTest ( ImGuiTestContext *  ctx)

Quick smoke test for DungeonEditorV2 card-based UI.

Tests basic functionality:

  • Opening dungeon editor
  • Opening independent cards (Rooms, Matrix, Objects, etc.)
  • Opening room cards
  • Basic interaction with canvas

Quick smoke test for DungeonEditorV2 card-based UI.

Tests the card-based architecture:

  • Independent windows (cards) can be opened/closed
  • Room cards function correctly
  • Basic navigation works

Definition at line 14 of file dungeon_editor_smoke_test.cc.

References yaze::test::gui::LoadRomInTest(), and yaze::test::gui::OpenEditorInTest().

Referenced by main().

Here is the call graph for this function: