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

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

#include "IntStatusCommandTest.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 StatusCommand class.

This file provides the concrete implementation for the StatusCommandTest fixture. It sets up a temporary SVCS repository with initial untracked files and includes helper functions for creating files, directories, and staging changes. The fixture is designed to test the svcs status command's ability to report the working tree's state accurately.