|
|
|
|
|
Defines | |
| #define | XTESTS_COMMANDLINE_PARSEVERBOSITY(argc, argv, pverbosity) |
| Parses a verbosity from the command-line. | |
| #define XTESTS_COMMANDLINE_PARSEVERBOSITY | ( | argc, | |||
| argv, | |||||
| pverbosity | ) |
Value:
\
stlsoft_static_cast(void, XTESTS_NS_C_QUAL(xtests_commandLine_parseVerbosity)((argc), (argv), (pverbosity)))
Parse the verbosity from the command-line arguments, looking for an argument of the form "--verbosity=<N>", where N is a non-negative integer.
| argc | The argc parameter passed into main() | |
| argv | The argv parameter passed into main() | |
| pverbosity | A pointer to an integer to receive the verbosity. Will be set to xtestsVerbositySummaryOnSuccess even if no verbosity argument is found. May not be NULL. |
|
|
|
| xTests Library documentation © Matthew Wilson and Synesis Software Pty Ltd, 1999-2009 |
|