Updated What's the CATCH? (markdown)

philsquared
2010-11-09 23:53:31 -08:00
parent 0a6a2b94f2
commit 0fab4a16b5

@@ -25,4 +25,5 @@ Here's a list of core features of Catch that, collectively, make Catch stand out
* 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
* Alternative assertion macro(s) report failures but don't abort the test case
* Internal and friendly macros are isolated so name clashes can be managed