SVCS - English Documentation
Loading...
Searching...
No Matches
svcs::test::cli::mocks::MockHelpServiceAdapter Member List

This is the complete list of members for svcs::test::cli::mocks::MockHelpServiceAdapter, including all inherited members.

commandExists(const std::string &commandName) constsvcs::cli::HelpService
getAvailableCommands() constsvcs::cli::HelpService
getCommandDescription(const std::string &commandName) constsvcs::cli::HelpService
getCommandUsage(const std::string &commandName) constsvcs::cli::HelpService
getMock() const (defined in svcs::test::cli::mocks::MockHelpServiceAdapter)svcs::test::cli::mocks::MockHelpServiceAdapterinline
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::MockHelpServiceAdapterinlineexplicit
showCommandHelp(const std::string &commandName) constsvcs::cli::HelpService