Updated What's the CATCH? (markdown)

philsquared
2010-12-28 03:32:20 -08:00
parent 8ceab275dc
commit c84cc5b550

@@ -42,4 +42,8 @@ To allow C++ to be mixed with an Objective-C project your test case source files
## What state is CATCH in - can I use it now? ## What state is CATCH in - can I use it now?
Currently CATCH should be considered a "developer preview". You can try it out and see what you think but it is still undergoing heavy development and names and interfaces are subject to change (the macro names should be stable now). I wouldn't recommend it for commercial projects - or anything beyond small scale test projects for now. Currently CATCH should be considered a "developer preview". You can try it out and see what you think but it is still undergoing heavy development and names and interfaces are subject to change (the macro names should be stable now). I wouldn't recommend it for commercial projects - or anything beyond small scale test projects for now.
of course if you want to contribute then you are very welcome. of course if you want to contribute then you are very welcome.
## So how do I use it?
Check out the [[tutorial]].