Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Readme.md | D | 03-May-2024 | 1.3 KiB | 42 | 34 | |
assertions.md | D | 03-May-2024 | 8.1 KiB | 202 | 144 | |
benchmarks.md | D | 03-May-2024 | 11.2 KiB | 255 | 203 | |
ci-and-misc.md | D | 03-May-2024 | 5.3 KiB | 113 | 72 | |
cmake-integration.md | D | 03-May-2024 | 7.2 KiB | 227 | 162 | |
command-line.md | D | 03-May-2024 | 19.9 KiB | 402 | 291 | |
commercial-users.md | D | 03-May-2024 | 1 KiB | 23 | 18 | |
configuration.md | D | 03-May-2024 | 14.1 KiB | 276 | 184 | |
contributing.md | D | 03-May-2024 | 7.4 KiB | 174 | 129 | |
deprecations.md | D | 03-May-2024 | 4.4 KiB | 138 | 91 | |
event-listeners.md | D | 03-May-2024 | 2.7 KiB | 76 | 53 | |
generators.md | D | 03-May-2024 | 6.5 KiB | 155 | 123 | |
limitations.md | D | 03-May-2024 | 7 KiB | 188 | 144 | |
list-of-examples.md | D | 03-May-2024 | 2.8 KiB | 49 | 41 | |
logging.md | D | 03-May-2024 | 4.8 KiB | 160 | 119 | |
matchers.md | D | 03-May-2024 | 7.9 KiB | 208 | 159 | |
opensource-users.md | D | 03-May-2024 | 5.6 KiB | 121 | 81 | |
other-macros.md | D | 03-May-2024 | 3.9 KiB | 155 | 117 | |
own-main.md | D | 03-May-2024 | 4.2 KiB | 132 | 89 | |
release-notes.md | D | 03-May-2024 | 48.6 KiB | 1,095 | 832 | |
release-process.md | D | 03-May-2024 | 3.2 KiB | 74 | 45 | |
reporters.md | D | 03-May-2024 | 2.8 KiB | 48 | 33 | |
slow-compiles.md | D | 03-May-2024 | 4.1 KiB | 73 | 51 | |
test-cases-and-sections.md | D | 03-May-2024 | 12.9 KiB | 276 | 187 | |
test-fixtures.md | D | 03-May-2024 | 5.2 KiB | 144 | 112 | |
tostring.md | D | 03-May-2024 | 4.7 KiB | 133 | 98 | |
tutorial.md | D | 03-May-2024 | 14.4 KiB | 280 | 197 | |
why-catch.md | D | 03-May-2024 | 2.5 KiB | 47 | 35 |
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* [Commercial Projects using Catch](commercial-users.md#top) 39* [Contributing](contributing.md#top) 40* [Release Notes](release-notes.md#top) 41* [Deprecations and incoming changes](deprecations.md#top) 42