https://github.com/philsquared/Catch
Raw File
Tip revision: 3b4edd7a4849e05fd9d006bf652190729a32906f authored by Phil Nash on 10 February 2016, 19:24:48 UTC
Build for v1.3.4
Tip revision: 3b4edd7
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