• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Readme.mdH A D28-Dec-20191.2 KiB4133

assertions.mdH A D28-Dec-20198.1 KiB202144

benchmarks.mdH A D28-Dec-201911.2 KiB255203

ci-and-misc.mdH A D28-Dec-20195.3 KiB11372

cmake-integration.mdH A D28-Dec-20197.2 KiB227162

command-line.mdH A D28-Dec-201919.4 KiB392284

commercial-users.mdH A D28-Dec-20191 KiB2117

configuration.mdH A D28-Dec-201913.6 KiB263176

contributing.mdH A D28-Dec-20197.4 KiB174129

deprecations.mdH A D28-Dec-20193.6 KiB11069

event-listeners.mdH A D28-Dec-20192.7 KiB7653

generators.mdH A D28-Dec-20196.5 KiB155123

limitations.mdH A D28-Dec-20197 KiB188144

list-of-examples.mdH A D28-Dec-20192.8 KiB4941

logging.mdH A D28-Dec-20194.8 KiB160119

matchers.mdH A D28-Dec-20197.9 KiB208159

opensource-users.mdH A D28-Dec-20195.6 KiB12181

other-macros.mdH A D28-Dec-20193.9 KiB155117

own-main.mdH A D28-Dec-20194.2 KiB13289

release-notes.mdH A D28-Dec-201947.2 KiB1,067809

release-process.mdH A D28-Dec-20193.2 KiB7445

reporters.mdH A D28-Dec-20192.8 KiB4833

slow-compiles.mdH A D28-Dec-20194.1 KiB7351

test-cases-and-sections.mdH A D28-Dec-201912.9 KiB276187

test-fixtures.mdH A D28-Dec-20195.2 KiB144112

tostring.mdH A D28-Dec-20194.7 KiB13398

tutorial.mdH A D28-Dec-201914.4 KiB280197

why-catch.mdH A D28-Dec-20192.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* [Micro benchmarking](benchmarks.md#top)
18
19Fine tuning:
20* [Supplying your own main()](own-main.md#top)
21* [Compile-time configuration](configuration.md#top)
22* [String Conversions](tostring.md#top)
23
24Running:
25* [Command line](command-line.md#top)
26
27Odds and ends:
28* [CMake integration](cmake-integration.md#top)
29* [CI and other miscellaneous pieces](ci-and-misc.md#top)
30
31FAQ:
32* [Why are my tests slow to compile?](slow-compiles.md#top)
33* [Known limitations](limitations.md#top)
34
35Other:
36* [Why Catch?](why-catch.md#top)
37* [Open Source Projects using Catch](opensource-users.md#top)
38* [Contributing](contributing.md#top)
39* [Release Notes](release-notes.md#top)
40* [Deprecations and incoming changes](deprecations.md#top)
41