#include <gtest/gtest.h>
#include <filesystem>
#include <fstream>
#include "core/asar_wrapper.h"
#include "app/rom.h"
#include "absl/status/status.h"
#include "testing.h"
#include <gmock/gmock.h>
Go to the source code of this file.
Classes | |
class | yaze::test::integration::AsarIntegrationTest |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::test |
namespace | yaze::test::integration |
Functions | |
yaze::test::integration::TEST_F (AsarIntegrationTest, FullWorkflowIntegration) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, AdvancedFeaturesIntegration) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, ErrorHandlingIntegration) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, SymbolExtractionWorkflow) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, MultipleOperationsIntegration) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, PatchFromStringIntegration) | |
yaze::test::integration::TEST_F (AsarIntegrationTest, LargeRomHandling) | |