#include <gtest/gtest.h>
#include <filesystem>
#include <fstream>
#include "core/asar_wrapper.h"
#include "app/rom.h"
#include "test_utils.h"
#include "testing.h"
Go to the source code of this file.
Classes | |
class | yaze::test::integration::AsarRomIntegrationTest |
Test class for Asar integration with real ROM files These tests are only run when ROM testing is enabled. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::test |
namespace | yaze::test::integration |
Macros | |
#define | IMGUI_DEFINE_MATH_OPERATORS |
Functions | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, SimplePatchOnRealRom) | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, SymbolExtractionFromRealRom) | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, GameplayModificationPatch) | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, LargeRomPatchingStability) | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, ErrorHandlingWithRealRom) | |
yaze::test::integration::TEST_F (AsarRomIntegrationTest, PatchValidationWorkflow) | |
#define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 3 of file asar_rom_test.cc.