• Home
Name Date Size #Lines LOC

..--

Readme.mdD03-May-20241.2 KiB4032

assertions.mdD03-May-20248.1 KiB202144

ci-and-misc.mdD03-May-20245.2 KiB10969

cmake-integration.mdD03-May-20247.2 KiB227162

command-line.mdD03-May-202417 KiB350253

commercial-users.mdD03-May-20241,007 2016

configuration.mdD03-May-202412.2 KiB248165

contributing.mdD03-May-20243.7 KiB8461

deprecations.mdD03-May-20243 KiB9459

event-listeners.mdD03-May-20242.8 KiB7653

generators.mdD03-May-20245.2 KiB134108

limitations.mdD03-May-20246.7 KiB179138

list-of-examples.mdD03-May-20242.7 KiB4840

logging.mdD03-May-20244.7 KiB156117

matchers.mdD03-May-20245.3 KiB137102

opensource-users.mdD03-May-20245.2 KiB11275

other-macros.mdD03-May-20243.8 KiB151115

own-main.mdD03-May-20244.2 KiB13289

release-notes.mdD03-May-202437.4 KiB845642

release-process.mdD03-May-20243.1 KiB7344

reporters.mdD03-May-20242.7 KiB4732

slow-compiles.mdD03-May-20244.1 KiB7250

test-cases-and-sections.mdD03-May-20249.6 KiB197132

test-fixtures.mdD03-May-20243.2 KiB9071

tostring.mdD03-May-20242.7 KiB7253

tutorial.mdD03-May-202414.5 KiB280197

why-catch.mdD03-May-20242.5 KiB4735

Readme.md

1<a id="top"></a>
2# Reference
3
4To get the most out of Catch2, start with the [tutorial](tutorial.md#top).
5Once you're up and running consider the following reference material.
6
7Writing tests:
8* [Assertion macros](assertions.md#top)
9* [Matchers](matchers.md#top)
10* [Logging macros](logging.md#top)
11* [Test cases and sections](test-cases-and-sections.md#top)
12* [Test fixtures](test-fixtures.md#top)
13* [Reporters](reporters.md#top)
14* [Event Listeners](event-listeners.md#top)
15* [Data Generators](generators.md#top)
16* [Other macros](other-macros.md#top)
17
18Fine tuning:
19* [Supplying your own main()](own-main.md#top)
20* [Compile-time configuration](configuration.md#top)
21* [String Conversions](tostring.md#top)
22
23Running:
24* [Command line](command-line.md#top)
25
26Odds and ends:
27* [CMake integration](cmake-integration.md#top)
28* [CI and other miscellaneous pieces](ci-and-misc.md#top)
29
30FAQ:
31* [Why are my tests slow to compile?](slow-compiles.md#top)
32* [Known limitations](limitations.md#top)
33
34Other:
35* [Why Catch?](why-catch.md#top)
36* [Open Source Projects using Catch](opensource-users.md#top)
37* [Contributing](contributing.md#top)
38* [Release Notes](release-notes.md#top)
39* [Deprecations and incoming changes](deprecations.md#top)
40