SVCS - English Documentation
Loading...
Searching...
No Matches
IntRemoveCommandTest.hxx File Reference

Test fixture header for integration tests of the RemoveCommand class. More...

#include "../../../cli/include/RemoveCommand.hxx"
#include "../mocks/MockSubject.hxx"
#include <gtest/gtest.h>
#include <filesystem>
#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  svcs::test::cli::utils::RemoveCommandTest
 Google Test fixture for running integration tests against the RemoveCommand. More...
class  svcs::test::cli::utils::RemoveCommand
 Command for removing files from the staging area. More...

Namespaces

namespace  svcs::test::cli::utils
 Utility classes and test fixtures for CLI command testing.
namespace  svcs::test
 Comprehensive testing framework for SVCS version control system.
namespace  svcs::test::cli
 Unit tests for command-line interface components.

Detailed Description

Test fixture header for integration tests of the RemoveCommand class.

Declares the RemoveCommandTest fixture, which sets up a controlled environment for testing the 'svcs remove' (or 'svcs rm') command. This fixture manages a temporary SVCS repository and provides helper functions for file manipulation, staging, and output verification.