SVCS - English Documentation
Loading...
Searching...
No Matches
IntSaveCommandTest.cxx File Reference

Implementation of integration tests for the SaveCommand class. More...

#include "IntSaveCommandTest.hxx"
#include <fstream>
#include <algorithm>

Namespaces

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

Detailed Description

Implementation of integration tests for the SaveCommand class.

This file contains the concrete implementation for the SaveCommandTest fixture. It sets up a temporary SVCS repository and provides utility methods (like file creation and staging) to simulate real-world usage scenarios for testing the 'svcs save' (commit) command's logic, message handling, and repository state changes.