mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 20:54:46 +02:00
More
Updated What's the CATCH? (markdown)
5
Home.md
5
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 is through reporter objects. basic textual and XML reporters are included. Custom reporters can easily be added.
|
||||||
* Output can be to any stream.
|
* 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 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.
|
* 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
|
Reference in New Issue
Block a user