mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
dd6de240dc
capitalization, adds ref to pair type. |
||
---|---|---|
.. | ||
assertions.md | ||
build-systems.md | ||
command-line.md | ||
contributing.md | ||
logging.md | ||
own-main.md | ||
printabletypes.md | ||
Readme.md | ||
slow-compiles.md | ||
test-cases-and-sections.md | ||
test-fixtures.md | ||
tutorial.md | ||
whats-changed.md | ||
why-catch.md |
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()
- Why are my tests slow to compile?
Other