Updated What's the CATCH? (markdown)

philsquared
2010-12-21 04:05:49 -08:00
parent ae46acf1c9
commit 3877ffd0c4

@@ -31,6 +31,7 @@ Here's a list of core features of Catch that, collectively, make Catch stand out
* Catch can test itself.
* 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
* seamlessly test Objective-C, C, C++ and Objective-C++ code using idioms appropriate to the language under test.
## So is it C++ or Objective-C?