[#HasTestOption] = HasTestOption :mrdocs: Checks if a particular test option is present in ‐test command‐line arg options == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HasTestOption( xref:ArgsManager.adoc[ArgsManager] const& args, std::string const& test_option); ---- == Return Value true if the test option was specified. == Parameters [cols="1,4"] |=== | Name| Description | *args* | The argument manager to inspect. | *test_option* | The test option name to look for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#