mirror of
https://github.com/catchorg/Catch2.git
synced 2025-02-16 19:43:28 +01:00
![Martin Hořeňovský](/assets/img/avatar_default.png)
It contains known limitation such as the fact that Catch is not thread safe, it does not support running tests in forked process or running multiple tests in parallel closes #399 closes #681 closes #246 closes #483
704 B
704 B
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?
- Known limitations
Other