| 92 | } |
| 93 | |
| 94 | const 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 | |
| 101 | const char* CommandLineArguments::help() const |
| 102 | { |
no outgoing calls