Updated Home (markdown)

Phil Nash
2013-06-28 09:34:45 -07:00
parent b4e4c9485d
commit da9204fdb6

15
Home.md

@@ -1,14 +1 @@
<br />
What's the CATCH?
CATCH stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C, C++ and Objective-C. It is implemented entirely in a set of headers, but is packaged up as a single header for extra convenience.
## Finding out more about CATCH
This wiki serves as the documentation for the framework. Here are some useful pages to get you started:
* [[Why do we need yet another automated C++ test framework?|https://github.com/philsquared/Catch/wiki/Why-yet-another-automated-test-framework%3F]]
* [[Tutorial]]
* [[Reference]]
## What state is CATCH in - can I use it now?
CATCH has been classified as, "developer preview" for about a year and a half now, at time of writing. It has proven fairly stable and is in use in some demanding projects. I'm hesitant to drop the "developer preview" status, though, as I'm still planning to make some potentially interface breaking changes in the near future. If I do that I will add a backwards compatibility layer to ease the transition.
Documentation is now in the repository itself. Please see the README.md file