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

Test fixture header for integration tests of the StatusCommand class. More...

#include <gtest/gtest.h>
#include <memory>
#include <vector>
#include <string>
#include <filesystem>
#include "../../../cli/include/StatusCommand.hxx"
#include "../mocks/MockSubject.hxx"

Go to the source code of this file.

Classes

class  svcs::test::cli::utils::StatusCommandTest
 Google Test fixture for running integration tests against the StatusCommand. More...
class  svcs::test::cli::utils::StatusCommand
 Command for showing the current status of the repository. More...

Namespaces

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

Detailed Description

Test fixture header for integration tests of the StatusCommand class.

Declares the StatusCommandTest fixture, which sets up a controlled environment for testing the 'svcs status' command. This includes initializing mock and core components (MockSubject, RepositoryManager) and providing helper functions for file manipulation and checking command output.