unittest::cmd namespace

UnitTest command line grammar definition.

Contents

Classes

struct verbose
Match and set verbose switch (i.e., verbose or quiet output)
struct charestate
Match and set chare state switch.
struct help
Match help on command-line parameters.
struct helpkw
Match help on a command-line keyword.
struct group
Match test group name(s) and only run those.
struct quiescence
Match switch on quiescence.
struct trace
Match switch on trace output.
struct version
Match switch on version output.
struct license
Match switch on license output.
template<typename keyword, typename io_tag>
struct io
Match and set io parameter.
struct keywords
Match all command line keywords.
struct read_string
Grammar entry point: parse keywords until end of string.

Typedefs

template<typename keyword>
using use = tk::grm::use<keyword, ctr::CmdLine::keywords::set>
Specialization of tk::grm::use for UnitTest's command line parser.