Add 'Introduced in Catch 2.5.0.' text

This commit is contained in:
Clare Macrae 2019-07-22 12:41:22 +01:00 committed by Martin Hořeňovský
parent 42a5903188
commit e998d152cc
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ by types, in the form of `TEMPLATE_TEST_CASE`,
* **TEMPLATE_TEST_CASE(** _test name_ , _tags_, _type1_, _type2_, ..., _typen_ **)**
> [Introduced](https://github.com/catchorg/Catch2/issues/1437) in Catch 2.5.0.
_test name_ and _tag_ are exactly the same as they are in `TEST_CASE`,
with the difference that the tag string must be provided (however, it
can be empty). _type1_ through _typen_ is the list of types for which