catch2/src
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
..
catch2 Add IsEmpty and SizeIs matchers for ranges/containers 2020-03-27 10:24:08 +01:00
CMakeLists.txt Add IsEmpty and SizeIs matchers for ranges/containers 2020-03-27 10:24:08 +01:00