From 2d34233960590c6f36f522c4cf75c7b73e55ecca Mon Sep 17 00:00:00 2001 From: philsquared Date: Tue, 9 Nov 2010 15:09:45 -0800 Subject: [PATCH] Added links Updated What's the CATCH? (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 60e44ea..726947d 100644 --- a/Home.md +++ b/Home.md @@ -6,7 +6,7 @@ CATCH stands for C++ Adaptive Test Cases in Headers and is a multi-paradigm unit Good question. In fact the working title for CATCH was YACUTS (Yet Another C++ Unit Test System) - followed, briefly, by NINJA CUTS ( NINJA CUTS Is Not Just Another C++ Unit Test System). -There are a number of decent C++ unit testing frameworks out there, including (but by no means limited to), CppUnit, Aeryn, Cute, Fructose and many more. So what does CATCH bring to the party that differentiates it from these? Apart from a Catchy name, of course. +There are a number of decent C++ unit testing frameworks out there, including (but by no means limited to), [[CppUnit|http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page]], [[Aeryn|v]], [[Cute|http://r2.ifs.hsr.ch/cute]], [[Fructose|http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B]] and [[many more|http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B]]. So what does CATCH bring to the party that differentiates it from these? Apart from a Catchy name, of course. Here's a list of core features of Catch that, collectively, make Catch stand out: