catch2/projects/SelfTest
Jozef Grajciar 2d906a92cb Add support for templated tests
This adds support for templated tests and test methods via
`TEMPLATE_TEST_CASE` and `TEMPLATE_TEST_CASE_METHOD` macros. These
work mostly just like their regular counterparts*, but take an
unlimited** number of types as their last arguments.

* Unlike the plain `TEST_CASE*` macros, the `TEMPLATE*` variants
require a tag string.

** In practice there is limit of about 300 types.
2018-11-16 21:21:23 +01:00
..
Baselines Add support for templated tests 2018-11-16 21:21:23 +01:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Catch's CLI now checks whether requested reporter exists 2018-10-25 15:43:30 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Add support for templated tests 2018-11-16 21:21:23 +01:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00