catch2/docs
vosel 4eb958f9b0 Fixed function signature in the code snippet
Since the 'toString' is a template function specialization, it should
have a 'template<>' statement in it's declaration.
2016-10-24 15:08:28 +06: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
Readme.md removes link to missing readme file 2016-02-26 10:29:23 -05: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 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs 2015-07-06 18:46:50 +01:00
test-fixtures.md Added first cut of docs for configuring Catch 2014-10-21 18:25:57 +01:00
tostring.md Fixed function signature in the code snippet 2016-10-24 15:08:28 +06: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

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