#include <gtest/gtest.h>#include <filesystem>#include <fstream>#include <memory>#include <vector>#include <string>#include "app/rom.h"#include "app/transaction.h"#include "testing.h"Go to the source code of this file.
Classes | |
| class | yaze::test::E2ERomDependentTest |
| Comprehensive End-to-End ROM testing suite. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::test |
Functions | |
| yaze::test::TEST_F (E2ERomDependentTest, BasicROMLoadSave) | |
| yaze::test::TEST_F (E2ERomDependentTest, ROMDataEditWorkflow) | |
| yaze::test::TEST_F (E2ERomDependentTest, TransactionSystem) | |
| yaze::test::TEST_F (E2ERomDependentTest, CorruptionDetection) | |
| yaze::test::TEST_F (E2ERomDependentTest, LargeScaleEditing) | |