catch2/docs
Phil Nash 31c23b9489 Added [!nonportable] tag 2017-01-23 17:44:55 +00:00
..
Readme.md Fixed type in “Release Notes” link 2017-01-11 16:46:09 +00:00
assertions.md Added docs for floating point comparisons 2014-12-17 18:45:50 +00:00
build-systems.md Merge branch 'develop' of https://github.com/SeanCline/Catch into develop 2014-12-23 18:54:08 +00:00
command-line.md Added note on escaping names on command line to docs 2017-01-11 17:14:28 +00:00
configuration.md Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch 2017-01-16 17:00:43 +01:00
contributing.md Updated docs for contributing 2017-01-10 07:36:06 +00:00
logging.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
own-main.md Changed documentation to use standard main function signature 2017-01-19 17:05:01 +01:00
release-notes.md v1.6.1 build 2017-01-20 12:49:59 +01:00
slow-compiles.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
test-cases-and-sections.md Added [!nonportable] tag 2017-01-23 17:44:55 +00:00
test-fixtures.md Minor typo fix 2017-01-07 22:05:18 +01:00
tostring.md exception translators considered even for types deriving from std::exception, now 2015-11-18 08:39:21 +00:00
tutorial.md Fix grammar error in tutorial.md 2017-01-07 09:56:21 +01:00
why-catch.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00

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

Other