Updated What's the CATCH? (markdown)

philsquared
2010-12-21 03:59:19 -08:00
parent dadf305880
commit e9f0bb7d15

@@ -1,6 +1,7 @@
# 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 (but primarily implemented in C++) - coded entirely in headers.
A version of this page from a purely Objective-C perspective can be found here: [[Catch-for-Objective-C]]
## Why do we need yet another C++ Unit Test System?