catch2/docs/Readme.md

25 lines
830 B
Markdown
Raw Normal View History

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)
* [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)
* [Supplying your own main()](own-main.md)
2017-03-13 20:27:18 +01:00
* [Event Listeners](event-listeners.md)
* [Configuration](configuration.md)
2014-12-09 23:58:28 +01:00
* [String Conversions](tostring.md)
2017-03-13 20:27:18 +01:00
* [Command line](command-line.md)
* [Build systems](build-systems.md)
2014-08-15 14:12:53 +02:00
* [Why are my tests slow to compile?](slow-compiles.md)
* [Known limitations](limitations.md)
2014-08-15 14:12:53 +02:00
Other
* [Why Catch?](why-catch.md)
* [Open Source Projects using Catch](opensource-users.md)
2014-08-15 14:12:53 +02:00
* [Contributing](contributing.md)
* [Release Notes](release-notes.md)