catch2/include
Tobias Ribizel c99a346490 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544)
Previously, for a TEMPLATE_PRODUCT_TEST_CASE("Test" ..., T, (P1, P2)),
the generated test case names were

  Test - 0
  Test - 1

With this commit, the correct typename is used:

  Test - T<P1>
  Test - T<P2>

-----------

MSVC needs another indirection to evaluate INTERNAL_CATCH_STRINGIZE
and also inserts a space before theINTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS
parameter, which we can get rid of by pointer arithmetic.
2019-02-17 21:52:22 +01:00
..
external Update Clara to v1.1.5 to fix TextFlow bugs 2018-10-26 18:48:28 +02:00
internal Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) 2019-02-17 21:52:22 +01:00
reporters use "std" namespace for "sprintf" 2019-02-17 21:02:21 +01:00
catch.hpp v2.6.1 2019-02-12 19:58:12 +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