catch2/docs
Martin Hořeňovský c97ada1910 Improved assertion documentation
Mentioned that decomposing `&&` and `||` is not supported, gave examples
+ possible workarounds.

Closes #621, #787, #341 and maybe others I haven't found.
2017-01-30 19:42:27 +01:00
..
Readme.md Fixed type in “Release Notes” link 2017-01-11 16:46:09 +00:00
assertions.md Improved assertion documentation 2017-01-30 19:42:27 +01:00
build-systems.md Change include -> single_include in CMake example 2017-01-26 10:24:48 +01:00
command-line.md Added note on escaping names on command line to docs 2017-01-11 17:14:28 +00:00
configuration.md Enabled previous commit under MSVC, introduced new feature toggle 2017-01-26 18:47:29 +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