|
SVCS - English Documentation
|
Mock objects and test doubles for CLI command testing. More...
Classes | |
| struct | Event |
| Structure describing an event published by the VCS core. More... | |
| class | MockHelpService |
| A mock implementation of the HelpService for testing the HelpCommand. More... | |
| class | MockHelpServiceAdapter |
| Адаптер для использования MockHelpService с HelpCommand. More... | |
| class | MockSubject |
| A mock implementation of ISubject for testing event-driven components. More... | |
Mock objects and test doubles for CLI command testing.
Contains mock implementations of CLI-related interfaces used for testing command behavior, help systems, and user interactions. These mocks provide controlled command responses and verification capabilities for CLI command unit tests.