2017-03-15 10:08:20 +01:00
|
|
|
To get the most out of Catch, start with the [tutorial](tutorial.md).
|
|
|
|
Once you're up and running consider the following reference material.
|
2014-08-15 14:12:53 +02:00
|
|
|
|
2017-03-15 10:08:20 +01:00
|
|
|
Writing tests:
|
2014-08-15 14:12:53 +02:00
|
|
|
* [Assertion macros](assertions.md)
|
2017-02-14 12:24:15 +01:00
|
|
|
* [Matchers](matchers.md)
|
2014-08-15 14:12:53 +02:00
|
|
|
* [Logging macros](logging.md)
|
|
|
|
* [Test cases and sections](test-cases-and-sections.md)
|
|
|
|
* [Test fixtures](test-fixtures.md)
|
2017-03-15 10:08:20 +01:00
|
|
|
* [Reporters](reporters.md)
|
2017-03-13 20:27:18 +01:00
|
|
|
* [Event Listeners](event-listeners.md)
|
2017-03-15 10:08:20 +01:00
|
|
|
|
|
|
|
Fine tuning:
|
|
|
|
* [Supplying your own main()](own-main.md)
|
|
|
|
* [Compile-time configuration](configuration.md)
|
2014-12-09 23:58:28 +01:00
|
|
|
* [String Conversions](tostring.md)
|
2017-03-15 10:08:20 +01:00
|
|
|
|
|
|
|
Running:
|
2017-03-13 20:27:18 +01:00
|
|
|
* [Command line](command-line.md)
|
|
|
|
* [Build systems](build-systems.md)
|
2017-03-15 10:08:20 +01:00
|
|
|
|
|
|
|
FAQ:
|
2014-08-15 14:12:53 +02:00
|
|
|
* [Why are my tests slow to compile?](slow-compiles.md)
|
2017-02-06 00:53:39 +01:00
|
|
|
* [Known limitations](limitations.md)
|
2017-02-14 12:24:15 +01:00
|
|
|
|
2017-03-15 10:08:20 +01:00
|
|
|
Other:
|
2014-08-15 14:12:53 +02:00
|
|
|
* [Why Catch?](why-catch.md)
|
2017-02-10 23:50:40 +01:00
|
|
|
* [Open Source Projects using Catch](opensource-users.md)
|
2014-08-15 14:12:53 +02:00
|
|
|
* [Contributing](contributing.md)
|
2017-02-10 23:50:40 +01:00
|
|
|
* [Release Notes](release-notes.md)
|