catch2/docs/Readme.md

32 lines
932 B
Markdown
Raw Normal View History

2017-08-24 15:21:36 +02:00
<a id="top"></a>
To get the most out of Catch, start with the [tutorial](tutorial.md).
Once you're up and running consider the following reference material.
2014-08-15 14:12:53 +02:00
Writing tests:
2014-08-15 14:12:53 +02:00
* [Assertion macros](assertions.md)
* [Matchers](matchers.md)
2014-08-15 14:12:53 +02:00
* [Logging macros](logging.md)
* [Test cases and sections](test-cases-and-sections.md)
* [Test fixtures](test-fixtures.md)
* [Reporters](reporters.md)
2017-03-13 20:27:18 +01:00
* [Event Listeners](event-listeners.md)
Fine tuning:
* [Supplying your own main()](own-main.md)
* [Compile-time configuration](configuration.md)
2014-12-09 23:58:28 +01:00
* [String Conversions](tostring.md)
Running:
2017-03-13 20:27:18 +01:00
* [Command line](command-line.md)
* [CI and Build system integration](build-systems.md)
FAQ:
2014-08-15 14:12:53 +02:00
* [Why are my tests slow to compile?](slow-compiles.md)
* [Known limitations](limitations.md)
Other:
2014-08-15 14:12:53 +02:00
* [Why Catch?](why-catch.md)
* [Open Source Projects using Catch](opensource-users.md)
2014-08-15 14:12:53 +02:00
* [Contributing](contributing.md)
* [Release Notes](release-notes.md)