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

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

#include "IntHistoryCommandTest.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 the integration tests for the HistoryCommand class.

This file contains the test cases for verifying the correct behavior of the HistoryCommand class when interacting with a real RepositoryManager and the file system. It includes setup/teardown logic and helper functions for creating files and commits to simulate a repository's history.