mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-04 23:50:47 +02:00
7abc9fa8b7
also reordered command line docs jump list to match order listed when getting usage from Catch itself.
These are the currently documented areas of the framework. There is more to come.
Before looking at this material be sure to read the tutorial
- Assertion macros
- Logging macros
- Test cases and sections
- Test fixtures
- Command line
- Build systems
- Supplying your own main()
- Configuration
- String Conversions
- Why are my tests slow to compile?
Other