catch2/docs
Trevor Hickey 9f49dc2b76 defines BDD acronym, and replaces TDD with BDD
I think BDD was meant instead of TDD.  I don't see anything about Test-Driven Development further down the documentation.  
Also, the acronym BDD might be obvious to some, but I had to look it up while reading.
2015-05-29 13:01:53 -04: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 Extends configuration docs 2014-12-17 18:16:24 +00:00
contributing.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +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
Readme.md fixed case of tostring.md link 2014-12-09 22:58:28 +00: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 first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
test-fixtures.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
tostring.md Updated toString docs with StringMaker 2015-05-20 18:12:40 +01:00
tutorial.md defines BDD acronym, and replaces TDD with BDD 2015-05-29 13:01:53 -04:00
whats-changed.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
why-catch.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00

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