mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Added NotImplementedException
This commit is contained in:
parent
4c73aa5a0e
commit
abf271672f
7 changed files with 252 additions and 195 deletions
|
@ -77,7 +77,8 @@ namespace Catch {
|
|||
}
|
||||
|
||||
inline void showUsage( std::ostream& os ) {
|
||||
os << "\t-l, --list <tests | reporters> [xml]\n"
|
||||
os << "\t-?, -h, --help\n"
|
||||
<< "\t-l, --list <tests | reporters> [xml]\n"
|
||||
<< "\t-t, --test <testspec> [<testspec>...]\n"
|
||||
<< "\t-r, --reporter <reporter name>\n"
|
||||
<< "\t-o, --out <file name>|<%stream name>\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue