yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
asar_wrapper_test.cc File Reference
#include "core/asar_wrapper.h"
#include "test_utils.h"
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <fstream>
#include <filesystem>

Go to the source code of this file.

Classes

class  yaze::core::anonymous_namespace{asar_wrapper_test.cc}::AsarWrapperTest
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::core
 
namespace  yaze::core::anonymous_namespace{asar_wrapper_test.cc}
 

Functions

 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, InitializationAndShutdown)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, DoubleInitialization)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, OperationsWithoutInitialization)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, ValidPatchApplication)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, InvalidPatchHandling)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, NonexistentPatchFile)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, SymbolExtraction)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, SymbolTableOperations)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, PatchFromString)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, AssemblyValidation)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, ResetFunctionality)
 
 yaze::core::anonymous_namespace{asar_wrapper_test.cc}::TEST_F (AsarWrapperTest, CreatePatchNotImplemented)