Define TEMPLATE_TEST_CASE
Synopsis
#include <include/catch.hpp>
#define TEMPLATE_TEST_CASE(...)
Description
No description yet.
Mentioned in
- Tutorial / Type parametrised test cases
- Writing tests / Test Cases And Sections / Type parametrised test cases
- Writing tests / Test Cases And Sections / Signature
- Other / Release Notes / Miscellaneous
- Other / Release Notes / Improvements
Source
Line 255 in include/catch.hpp.
#define TEMPLATE_TEST_CASE(...) \
INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ )