xtd 0.2.0
Loading...
Searching...
No Matches

◆ parse_arguments()

virtual bool xtd::tunit::unit_test::parse_arguments ( const std::vector< string > &  args)
protectedvirtual

Parses the specified arguments.

Parameters
Thearguments to parse.
Returns
true the execution process stops immediately after the analysis of the arguments; otherwise false the execution process continues its execution.
Remarks
This method can be overloaded by the heirs. It is typically in this method that the heirs can react to their own arguments. Like for example display a helper when the -help argument is passed.

Reimplemented in xtd::tunit::ostream_unit_test.