mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-06 09:35:30 +02:00

Didn't notice the pull request was made against develop branch and not master. This reverts commit ba5d5151956f7495b63edbc7ed713905a84bae1b.
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