catch2/docs
andrew morton fd1da4a1d1 Fixing a couple of typos
I tried to make sure I wasn't changing any British spellings so I apologize
if I've mixed any up.
2017-01-07 09:45:38 +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 Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +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 Update tutorial.md 2016-04-04 23:04:45 -03: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