Home
last modified time | relevance | path

Searched refs:INTERNAL_CATCH_TESTCASE (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/
Dcatch.hpp138 #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
148 #define CATCH_ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE()
222 #define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
231 #define ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE()
/external/catch2/include/internal/
Dcatch_test_registry.h84 #define INTERNAL_CATCH_TESTCASE( ... ) \ macro
/external/bcc/tests/cc/
Dcatch.hpp709 #define INTERNAL_CATCH_TESTCASE( ... ) \ macro
738 #define INTERNAL_CATCH_TESTCASE( Name, Desc ) \ macro
10332 #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
10340 #define CATCH_TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description )
10348 #define CATCH_ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE( "", "" )
10401 #define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
10409 #define TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description )
10417 #define ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE( "", "" )
/external/catch2/single_include/catch2/
Dcatch.hpp878 #define INTERNAL_CATCH_TESTCASE( ... ) \ macro
14626 #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
14636 #define CATCH_ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE()
14707 #define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ )
14716 #define ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE()