2014-08-15 14:12:53 +02:00
|
|
|
These are the currently documented areas of the framework. There is more to come.
|
|
|
|
|
|
|
|
Before looking at this material be sure to read the [tutorial](tutorial.md)
|
|
|
|
|
|
|
|
* [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)
|
|
|
|
* [Command line](command-line.md)
|
|
|
|
* [Build systems](build-systems.md)
|
|
|
|
* [Supplying your own main()](own-main.md)
|
2014-10-21 19:25:57 +02:00
|
|
|
* [Configuration](configuration.md)
|
2014-12-09 23:58:28 +01:00
|
|
|
* [String Conversions](tostring.md)
|
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
|
|
|
|
2014-08-15 14:12:53 +02:00
|
|
|
Other
|
|
|
|
|
|
|
|
* [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)
|