#include <gtest/gtest.h>#include <filesystem>#include <memory>#include <vector>#include <string>#include "app/rom.h"#include "zelda3/overworld/overworld.h"#include "zelda3/overworld/overworld_map.h"#include "testing.h"Go to the source code of this file.
Classes | |
| class | yaze::test::OverworldE2ETest |
| Comprehensive End-to-End Overworld Test Suite. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::test |
Functions | |
| yaze::test::TEST_F (OverworldE2ETest, ExtractVanillaGoldenData) | |
| yaze::test::TEST_F (OverworldE2ETest, LoadVanillaOverworldData) | |
| yaze::test::TEST_F (OverworldE2ETest, ApplyZSCustomOverworldV3) | |
| yaze::test::TEST_F (OverworldE2ETest, OverworldEditPersistence) | |
| yaze::test::TEST_F (OverworldE2ETest, CoordinateCalculationValidation) | |
| yaze::test::TEST_F (OverworldE2ETest, BeforeAfterValidation) | |
| yaze::test::TEST_F (OverworldE2ETest, RomDependentTestSuiteIntegration) | |
| yaze::test::TEST_F (OverworldE2ETest, PerformanceAndStability) | |