https://github.com/philsquared/Catch
Raw File
Tip revision: b971fe785b2b346c2c66f84a5c9ee0681e3ee7d3 authored by Phil Nash on 02 July 2015, 07:21:38 UTC
develop build 1
Tip revision: b971fe7
Readme.md
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)
* [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)
* [Configuration](configuration.md)
* [String Conversions](tostring.md)
* [Why are my tests slow to compile?](slow-compiles.md)

Other

* [Why Catch?](why-catch.md)
* [What's changed](whats-changed.md)
* [Contributing](contributing.md)
back to top