Wrap all uses in min and max in extra parentheses
[catch.git] / docs / Readme.md
blob36048ff877dcd17ca3b48aebe22fae1ed41a6b89
1 To get the most out of Catch, start with the [tutorial](tutorial.md).
2 Once you're up and running consider the following reference material.
4 Writing tests:
5 * [Assertion macros](assertions.md)
6 * [Matchers](matchers.md)
7 * [Logging macros](logging.md)
8 * [Test cases and sections](test-cases-and-sections.md)
9 * [Test fixtures](test-fixtures.md)
10 * [Reporters](reporters.md)
11 * [Event Listeners](event-listeners.md)
13 Fine tuning:
14 * [Supplying your own main()](own-main.md)
15 * [Compile-time configuration](configuration.md)
16 * [String Conversions](tostring.md)
18 Running:
19 * [Command line](command-line.md)
20 * [CI and Build system integration](build-systems.md)
22 FAQ:
23 * [Why are my tests slow to compile?](slow-compiles.md)
24 * [Known limitations](limitations.md)
26 Other:
27 * [Why Catch?](why-catch.md)
28 * [Open Source Projects using Catch](opensource-users.md)
29 * [Contributing](contributing.md)
30 * [Release Notes](release-notes.md)