|
SVCS - English Documentation
|
This is the complete list of members for svcs::test::cli::mocks::MockHelpServiceAdapter, including all inherited members.
| commandExists(const std::string &commandName) const | svcs::cli::HelpService | |
| getAvailableCommands() const | svcs::cli::HelpService | |
| getCommandDescription(const std::string &commandName) const | svcs::cli::HelpService | |
| getCommandUsage(const std::string &commandName) const | svcs::cli::HelpService | |
| getMock() const (defined in svcs::test::cli::mocks::MockHelpServiceAdapter) | svcs::test::cli::mocks::MockHelpServiceAdapter | inline |
| HelpService(std::shared_ptr< ISubject > bus, std::function< std::vector< std::string >()> getCommands, std::function< std::string(const std::string &)> getDescription, std::function< void(const std::string &)> showHelp, std::function< std::string(const std::string &)> getUsage=nullptr) | svcs::cli::HelpService | |
| MockHelpServiceAdapter(std::shared_ptr< MockHelpService > mockHelpService) (defined in svcs::test::cli::mocks::MockHelpServiceAdapter) | svcs::test::cli::mocks::MockHelpServiceAdapter | inlineexplicit |
| showCommandHelp(const std::string &commandName) const | svcs::cli::HelpService |