forked from catchorg/Catch2
Reorganised the readme/ ref docs TOC and added link to reporters docs
This commit is contained in:
@ -1,23 +1,29 @@
|
|||||||
These are the currently documented areas of the framework. There is more to come.
|
To get the most out of Catch, start with the [tutorial](tutorial.md).
|
||||||
|
Once you're up and running consider the following reference material.
|
||||||
Before looking at this material be sure to read the [tutorial](tutorial.md)
|
|
||||||
|
|
||||||
|
Writing tests:
|
||||||
* [Assertion macros](assertions.md)
|
* [Assertion macros](assertions.md)
|
||||||
* [Matchers](matchers.md)
|
* [Matchers](matchers.md)
|
||||||
* [Logging macros](logging.md)
|
* [Logging macros](logging.md)
|
||||||
* [Test cases and sections](test-cases-and-sections.md)
|
* [Test cases and sections](test-cases-and-sections.md)
|
||||||
* [Test fixtures](test-fixtures.md)
|
* [Test fixtures](test-fixtures.md)
|
||||||
* [Supplying your own main()](own-main.md)
|
* [Reporters](reporters.md)
|
||||||
* [Event Listeners](event-listeners.md)
|
* [Event Listeners](event-listeners.md)
|
||||||
* [Configuration](configuration.md)
|
|
||||||
|
Fine tuning:
|
||||||
|
* [Supplying your own main()](own-main.md)
|
||||||
|
* [Compile-time configuration](configuration.md)
|
||||||
* [String Conversions](tostring.md)
|
* [String Conversions](tostring.md)
|
||||||
|
|
||||||
|
Running:
|
||||||
* [Command line](command-line.md)
|
* [Command line](command-line.md)
|
||||||
* [Build systems](build-systems.md)
|
* [Build systems](build-systems.md)
|
||||||
|
|
||||||
|
FAQ:
|
||||||
* [Why are my tests slow to compile?](slow-compiles.md)
|
* [Why are my tests slow to compile?](slow-compiles.md)
|
||||||
* [Known limitations](limitations.md)
|
* [Known limitations](limitations.md)
|
||||||
|
|
||||||
Other
|
Other:
|
||||||
|
|
||||||
* [Why Catch?](why-catch.md)
|
* [Why Catch?](why-catch.md)
|
||||||
* [Open Source Projects using Catch](opensource-users.md)
|
* [Open Source Projects using Catch](opensource-users.md)
|
||||||
* [Contributing](contributing.md)
|
* [Contributing](contributing.md)
|
||||||
|
Reference in New Issue
Block a user