More

Updated What's the CATCH? (markdown)
philsquared
2010-11-09 23:52:46 -08:00
parent 2d34233960
commit 0a6a2b94f2

@@ -22,4 +22,7 @@ Here's a list of core features of Catch that, collectively, make Catch stand out
* Output is through reporter objects. basic textual and XML reporters are included. Custom reporters can easily be added.
* Output can be to any stream.
* A default main() function is provided (in a header), but you can supply your own for complete control (e.g. integration into your own test runner GUI).
* A command line parser is provided and can still be used if you choose to provided your own main() function.
* A command line parser is provided and can still be used if you choose to provided your own main() function.
* Catch can test itself.
* Objective-C friendly (coming soon)
* Alternative assertion macro(s) report failures but don't abort the test case