|
SVCS - English Documentation
|
Implementation of integration tests for the VersionCommand class. More...
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. | |
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.