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