Searched refs:TestFuncName (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_test_registry.h | 191 …#define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(TestName, TestFuncName, Name, Tags, Signature, … argument 196 template<typename TestType> static void TestFuncName(); \ 209 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LIN… 222 static void TestFuncName()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 1125 …#define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(TestName, TestFuncName, Name, Tags, Signature, … argument 1130 template<typename TestType> static void TestFuncName(); \ 1143 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LIN… 1156 static void TestFuncName()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 1128 …#define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(TestName, TestFuncName, Name, Tags, Signature, … argument 1133 template<typename TestType> static void TestFuncName(); \ 1146 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LIN… 1159 static void TestFuncName()
|