Add 'Introduced in Catch 2.6.0.' text

This commit is contained in:
Clare Macrae
2019-07-22 12:31:33 +01:00
committed by Martin Hořeňovský
parent c071f07e1a
commit 42a5903188
3 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<a id="top"></a>
# Data Generators
> Introduced in Catch 2.6.0.
Data generators (also known as _data driven/parametrized test cases_)
let you reuse the same set of assertions across different input values.
In Catch2, this means that they respect the ordering and nesting