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

I think BDD was meant instead of TDD. I don't see anything about Test-Driven Development further down the documentation. Also, the acronym BDD might be obvious to some, but I had to look it up while reading.
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