mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
3e018ef131
An alternate take on #916, that better slots into the existing documentation. Closes #916
31 lines
915 B
Markdown
31 lines
915 B
Markdown
To get the most out of Catch, start with the [tutorial](tutorial.md).
|
|
Once you're up and running consider the following reference material.
|
|
|
|
Writing tests:
|
|
* [Assertion macros](assertions.md)
|
|
* [Matchers](matchers.md)
|
|
* [Logging macros](logging.md)
|
|
* [Test cases and sections](test-cases-and-sections.md)
|
|
* [Test fixtures](test-fixtures.md)
|
|
* [Reporters](reporters.md)
|
|
* [Event Listeners](event-listeners.md)
|
|
|
|
Fine tuning:
|
|
* [Supplying your own main()](own-main.md)
|
|
* [Compile-time configuration](configuration.md)
|
|
* [String Conversions](tostring.md)
|
|
|
|
Running:
|
|
* [Command line](command-line.md)
|
|
* [CI and Build system integration](build-systems.md)
|
|
|
|
FAQ:
|
|
* [Why are my tests slow to compile?](slow-compiles.md)
|
|
* [Known limitations](limitations.md)
|
|
|
|
Other:
|
|
* [Why Catch?](why-catch.md)
|
|
* [Open Source Projects using Catch](opensource-users.md)
|
|
* [Contributing](contributing.md)
|
|
* [Release Notes](release-notes.md)
|