Updated What's the CATCH? (markdown)

philsquared
2010-12-21 04:02:48 -08:00
parent e9f0bb7d15
commit bce77b28fd

@@ -1,7 +1,7 @@
# What's the CATCH? # What's the CATCH?
CATCH stands for C++ Adaptive Test Cases in Headers and is a multi-paradigm unit test framework for C, C++ and Objective-C - coded entirely in headers. CATCH stands for C++ Adaptive Test Cases in Headers and is a multi-paradigm unit test framework for C, C++ and Objective-C - coded entirely in headers.
This page is presented from an Objective-C perspective. This page is presented from an Objective-C perspective. [[For the C++ oriented page see here|https://github.com/philsquared/Catch/wiki]].
## Why do we need yet another Objective C Unit Test System? ## Why do we need yet another Objective C Unit Test System?