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

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

#include "IntVersionCommandTest.hxx"
#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 VersionCommand class.

This file provides the concrete implementation for the VersionCommandTest fixture. Since the svcs version command is stateless and does not interact with a repository, the setup focuses on initializing the MockSubject (event bus) to capture the output and the command instance itself. Helper methods are provided for verifying the exact content of the command's notifications.