catch2/docs
faulda e273a3dc88 Fix grammar error in tutorial.md
It's = it is
In the sentence "In fact it is usually a good idea to put the block with the ```#define``` [in it's own source file](slow-compiles.md).", the correct usage is "its", not "it's".
2017-01-07 09:56:21 +01:00
..
Readme.md removes link to missing readme file 2016-02-26 10:29:23 -05: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 docs for --invisibles 2014-12-16 18:38:40 +00:00
configuration.md Added unique_ptr detection to compiler_capabilities 2015-08-11 08:09:41 +01:00
contributing.md Committed to semantic versioning 2015-06-29 18:06:15 +01:00
logging.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
own-main.md own-main.md: fix typo 2017-01-07 09:55:27 +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 Fixing a couple of typos 2017-01-07 09:45:38 +01:00
test-fixtures.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +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