Home
last modified time | relevance | path

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

/external/catch2/projects/ExtraTests/
DX01-PrefixedMacros.cpp52 CATCH_SECTION("some section") {
/external/catch2/include/
Dcatch.hpp142 #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) macro
316 #define CATCH_SECTION( ... ) macro
/external/bcc/tests/cc/
Dcatch.hpp10336 #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) macro
10344 #define CATCH_SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) macro
10363 #define CATCH_GIVEN( desc ) CATCH_SECTION( std::string( "Given: ") + desc, "" )
10364 #define CATCH_WHEN( desc ) CATCH_SECTION( std::string( " When: ") + desc, "" )
10365 #define CATCH_AND_WHEN( desc ) CATCH_SECTION( std::string( " And: ") + desc, "" )
10366 #define CATCH_THEN( desc ) CATCH_SECTION( std::string( " Then: ") + desc, "" )
10367 #define CATCH_AND_THEN( desc ) CATCH_SECTION( std::string( " And: ") + desc, "" )
/external/catch2/single_include/catch2/
Dcatch.hpp14630 #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) macro
14800 #define CATCH_SECTION( ... ) macro