MCPcopy Create free account
hub / github.com/cpputest/cpputest / usage

Method usage

src/CppUTest/CommandLineArguments.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94const char* CommandLineArguments::usage() const
95{
96 return "use -h for more extensive help\nusage [-h] [-v] [-vv] [-c] [-p] [-lg] [-ln] [-ri] [-r#]\n"
97 " [-g|sg|xg|xsg groupName]... [-n|sn|xn|xsn testName]... [-t groupName.testName]...\n"
98 " [-b] [-s [randomizerSeed>0]] [\"TEST(groupName, testName)\"]... [-o{normal, junit, teamcity}] [-k packageName]\n";
99}
100
101const char* CommandLineArguments::help() const
102{

Callers 2

parseArgumentsMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

parseArgumentsMethod · 0.64
TESTFunction · 0.64