2017-08-24 09:21:36 -04:00
|
|
|
<a id="top"></a>
|
2017-08-24 16:21:54 -04:00
|
|
|
# Reference
|
|
|
|
|
2017-11-03 09:05:09 -04:00
|
|
|
To get the most out of Catch2, start with the [tutorial](tutorial.md#top).
|
2017-03-15 05:08:20 -04:00
|
|
|
Once you're up and running consider the following reference material.
|
2014-08-15 08:12:53 -04:00
|
|
|
|
2017-03-15 05:08:20 -04:00
|
|
|
Writing tests:
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Assertion macros](assertions.md#top)
|
|
|
|
* [Matchers](matchers.md#top)
|
|
|
|
* [Logging macros](logging.md#top)
|
|
|
|
* [Test cases and sections](test-cases-and-sections.md#top)
|
|
|
|
* [Test fixtures](test-fixtures.md#top)
|
|
|
|
* [Reporters](reporters.md#top)
|
|
|
|
* [Event Listeners](event-listeners.md#top)
|
2018-08-23 10:32:43 -04:00
|
|
|
* [Data Generators](generators.md#top)
|
2018-09-17 04:51:44 -04:00
|
|
|
* [Other macros](other-macros.md#top)
|
2019-06-15 03:23:00 -04:00
|
|
|
* [Micro benchmarking](benchmarks.md#top)
|
2017-03-15 05:08:20 -04:00
|
|
|
|
|
|
|
Fine tuning:
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Supplying your own main()](own-main.md#top)
|
|
|
|
* [Compile-time configuration](configuration.md#top)
|
|
|
|
* [String Conversions](tostring.md#top)
|
2017-03-15 05:08:20 -04:00
|
|
|
|
|
|
|
Running:
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Command line](command-line.md#top)
|
2018-06-21 17:34:17 -04:00
|
|
|
|
|
|
|
Odds and ends:
|
|
|
|
* [CMake integration](cmake-integration.md#top)
|
|
|
|
* [CI and other miscellaneous pieces](ci-and-misc.md#top)
|
2017-03-15 05:08:20 -04:00
|
|
|
|
|
|
|
FAQ:
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Why are my tests slow to compile?](slow-compiles.md#top)
|
|
|
|
* [Known limitations](limitations.md#top)
|
2017-02-14 06:24:15 -05:00
|
|
|
|
2017-03-15 05:08:20 -04:00
|
|
|
Other:
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Why Catch?](why-catch.md#top)
|
|
|
|
* [Open Source Projects using Catch](opensource-users.md#top)
|
2020-02-07 07:20:31 -05:00
|
|
|
* [Commercial Projects using Catch](commercial-users.md#top)
|
2017-08-24 09:33:38 -04:00
|
|
|
* [Contributing](contributing.md#top)
|
|
|
|
* [Release Notes](release-notes.md#top)
|
2018-11-24 12:01:20 -05:00
|
|
|
* [Deprecations and incoming changes](deprecations.md#top)
|