From 0a6a2b94f2c2e4e4dbe851c3b49d235f2b8231dd Mon Sep 17 00:00:00 2001 From: philsquared Date: Tue, 9 Nov 2010 23:52:46 -0800 Subject: [PATCH] More Updated What's the CATCH? (markdown) --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 726947d..c6aa04b 100644 --- a/Home.md +++ b/Home.md @@ -22,4 +22,7 @@ Here's a list of core features of Catch that, collectively, make Catch stand out * Output is through reporter objects. basic textual and XML reporters are included. Custom reporters can easily be added. * Output can be to any stream. * A default main() function is provided (in a header), but you can supply your own for complete control (e.g. integration into your own test runner GUI). -* A command line parser is provided and can still be used if you choose to provided your own main() function. \ No newline at end of file +* A command line parser is provided and can still be used if you choose to provided your own main() function. +* Catch can test itself. +* Objective-C friendly (coming soon) +* Alternative assertion macro(s) report failures but don't abort the test case \ No newline at end of file