catch2/docs
Martin Hořeňovský 3a3efebd16
Add IsEmpty and SizeIs matchers for ranges/containers
`SizeIs` can accept both `size_t` and a matcher. In the first case,
it checks whether the size of the range is equal to specified size.
In the second case, it checks whether the provided matcher accepts
the size of the range.
2020-03-27 10:24:08 +01:00
..
Readme.md Add link to list of commercial user projects 2020-02-16 16:05:18 +01:00
assertions.md Improve the REQUIRE_THROWS_MATCHES documentation a bit 2019-07-29 20:39:02 +02:00
benchmarks.md Fix wrong namespacing of benchmarking constructor helpers 2020-02-13 16:15:50 +01:00
ci-and-misc.md Add SonarQube Generic Test Data reporter 2019-10-27 10:02:41 +01:00
cmake-integration.md Remove the !hide special tag 2020-01-28 20:48:32 +01:00
command-line.md Add command line option 'never' to --wait-for-keypress (#1866) 2020-02-16 16:11:11 +01:00
commercial-users.md Fix typo in link in docs 2020-02-16 16:05:08 +01:00
configuration.md Make CATCH_BREAK_INTO_DEBUGGER be user-configurable 2020-02-16 15:27:21 +01:00
contributing.md Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
deprecations.md Start fixing up Matchers: namespaces, composition ops 2020-02-20 13:03:30 +01:00
event-listeners.md Refactor: override implies virtual 2018-07-12 14:27:06 +02:00
generators.md Cherry pick v2.11.0 release notes and docs 2020-02-13 15:30:46 +01:00
limitations.md Fix "ldd" -> "lld" typo in docs 2019-10-20 20:57:55 +02:00
list-of-examples.md Update building of examples for static lib 2019-12-08 15:55:04 +01:00
logging.md Add 'Introduced in Catch 2.7.0.' note 2019-08-02 19:18:47 +02:00
matchers.md Standardize matcher headers to use .hpp suffix 2020-03-27 10:22:25 +01:00
opensource-users.md Remove JSON library from users 2019-10-17 20:20:02 +02:00
other-macros.md Add 'Introduced in Catch 2.3.0.' text 2019-08-02 19:18:47 +02:00
own-main.md Updated documentation TOCs 2018-09-08 11:05:52 +02:00
release-notes.md Add IsEmpty and SizeIs matchers for ranges/containers 2020-03-27 10:24:08 +01:00
release-process.md Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
reporters.md Add SonarQube Generic Test Data reporter 2019-10-27 10:02:41 +01:00
slow-compiles.md fix example's mistake in slow-compiles.md 2019-04-25 09:48:22 +02:00
test-cases-and-sections.md Remove the !hide special tag 2020-01-28 20:48:32 +01:00
test-fixtures.md Add 'Introduced in Catch 2.8.0.' text 2019-08-02 19:18:47 +02:00
tostring.md Add 'Introduced in Catch 2.8.0.' text 2019-08-02 19:18:47 +02:00
tutorial.md Update blog URL and fic typos in tutorial.md 2019-03-09 18:02:29 +01:00
why-catch.md Fix Cute test framework URL 2018-11-05 19:38:37 +01:00