mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-25 22:51:08 +02:00
Updated What's the CATCH? (markdown)
3
Home.md
3
Home.md
@@ -25,4 +25,5 @@ Here's a list of core features of Catch that, collectively, make Catch stand out
|
|||||||
* A command line parser is provided and can still be used if you choose to provided your own main() function.
|
* A command line parser is provided and can still be used if you choose to provided your own main() function.
|
||||||
* Catch can test itself.
|
* Catch can test itself.
|
||||||
* Objective-C friendly (coming soon)
|
* Objective-C friendly (coming soon)
|
||||||
* Alternative assertion macro(s) report failures but don't abort the test case
|
* Alternative assertion macro(s) report failures but don't abort the test case
|
||||||
|
* Internal and friendly macros are isolated so name clashes can be managed
|
Reference in New Issue
Block a user