Define TEMPLATE_LIST_TEST_CASE
Synopsis
#include <include/catch.hpp>
#define TEMPLATE_LIST_TEST_CASE(...)
Description
No description yet.
Mentioned in
- Writing tests / Test Cases And Sections / Type parametrised test cases
- Other / Release Notes / Fixes
- Other / Release Notes / Fixes
Source
Line 263 in include/catch.hpp.
#define TEMPLATE_LIST_TEST_CASE(...) \
INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE(__VA_ARGS__)