mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
7e7c813486
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
21 lines
704 B
Markdown
21 lines
704 B
Markdown
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](tutorial.md)
|
|
|
|
* [Assertion macros](assertions.md)
|
|
* [Logging macros](logging.md)
|
|
* [Test cases and sections](test-cases-and-sections.md)
|
|
* [Test fixtures](test-fixtures.md)
|
|
* [Command line](command-line.md)
|
|
* [Build systems](build-systems.md)
|
|
* [Supplying your own main()](own-main.md)
|
|
* [Configuration](configuration.md)
|
|
* [String Conversions](tostring.md)
|
|
* [Why are my tests slow to compile?](slow-compiles.md)
|
|
* [Known limitations](limitations.md)
|
|
|
|
Other
|
|
|
|
* [Why Catch?](why-catch.md)
|
|
* [Contributing](contributing.md)
|
|
* [Release Notes](release-notes.md) |