Test class for Asar integration with real ROM files These tests are only run when ROM testing is enabled. More...
Protected Member Functions | |
void | SetUp () override |
void | TearDown () override |
void | CreateTestPatches () |
![]() | |
void | SetUp () override |
Protected Attributes | |
std::unique_ptr< core::AsarWrapper > | wrapper_ |
std::filesystem::path | test_dir_ |
std::filesystem::path | simple_patch_path_ |
std::filesystem::path | gameplay_patch_path_ |
std::filesystem::path | symbols_patch_path_ |
![]() | |
std::vector< uint8_t > | test_rom_ |
Test class for Asar integration with real ROM files These tests are only run when ROM testing is enabled.
Definition at line 23 of file asar_rom_test.cc.
|
inlineoverrideprotected |
Definition at line 25 of file asar_rom_test.cc.
References ASSERT_OK, CreateTestPatches(), yaze::test::RomDependentTest::SetUp(), test_dir_, and wrapper_.
|
inlineoverrideprotected |
Definition at line 38 of file asar_rom_test.cc.
References test_dir_.
|
inlineprotected |
Definition at line 48 of file asar_rom_test.cc.
References simple_patch_path_, and test_dir_.
Referenced by SetUp().
|
protected |
Definition at line 68 of file asar_rom_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 69 of file asar_rom_test.cc.
Referenced by CreateTestPatches(), SetUp(), and TearDown().
|
protected |
Definition at line 70 of file asar_rom_test.cc.
Referenced by CreateTestPatches().
|
protected |
Definition at line 71 of file asar_rom_test.cc.
|
protected |
Definition at line 72 of file asar_rom_test.cc.