catch2/projects/SelfTest
Martin Hořeňovský 693647c43f
Add ChunkGenerator
This generator collects values from the underlying generator until it
has a specified amount of them, and then returns them in one "chunk".
In case the underlying generator does not have enough elements for
a specific chunk, the left-over elements are discarded.

Closes #1538
2019-02-23 20:28:58 +01:00
..
Baselines Add ChunkGenerator 2019-02-23 20:28:58 +01:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Add RangeGenerator 2019-02-23 16:58:34 +01:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Add ChunkGenerator 2019-02-23 20:28:58 +01:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00