catch2/include
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
..
external Update Clara to v1.1.5 to fix TextFlow bugs 2018-10-26 18:48:28 +02:00
internal Add support for templated tests 2018-11-16 21:21:23 +01:00
reporters ConsoleReporter: minor formatting fix 2018-11-10 19:35:25 +01:00
catch.hpp Add support for templated tests 2018-11-16 21:21:23 +01:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00