Searched refs:CATCH_REGISTER_REPORTER (Results 1 – 14 of 14) sorted by relevance
/external/catch2/include/internal/ |
D | catch_reporter_registrars.hpp | 60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ macro 71 #define CATCH_REGISTER_REPORTER(name, reporterType) macro
|
/external/catch2/include/reporters/ |
D | catch_reporter_automake.hpp | 58 CATCH_REGISTER_REPORTER( "automake", AutomakeReporter)
|
D | catch_reporter_tap.hpp | 249 CATCH_REGISTER_REPORTER( "tap", TAPReporter )
|
D | catch_reporter_teamcity.hpp | 212 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
|
D | catch_reporter_xml.cpp | 220 CATCH_REGISTER_REPORTER( "xml", XmlReporter )
|
D | catch_reporter_compact.cpp | 290 CATCH_REGISTER_REPORTER( "compact", CompactReporter )
|
D | catch_reporter_junit.cpp | 253 CATCH_REGISTER_REPORTER( "junit", JunitReporter )
|
D | catch_reporter_console.cpp | 625 CATCH_REGISTER_REPORTER("console", ConsoleReporter)
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 58 CATCH_REGISTER_REPORTER( "automake", AutomakeReporter)
|
D | catch_reporter_tap.hpp | 249 CATCH_REGISTER_REPORTER( "tap", TAPReporter )
|
D | catch_reporter_teamcity.hpp | 212 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
|
D | catch.hpp | 5441 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ macro 5452 #define CATCH_REGISTER_REPORTER(name, reporterType) macro 13318 CATCH_REGISTER_REPORTER( "compact", CompactReporter ) 13930 CATCH_REGISTER_REPORTER("console", ConsoleReporter) 14177 CATCH_REGISTER_REPORTER( "junit", JunitReporter ) 14521 CATCH_REGISTER_REPORTER( "xml", XmlReporter )
|
/external/catch2/docs/ |
D | release-notes.md | 416 * `CATCH_REGISTER_REPORTER` should be used to register reporters
|
/external/bcc/tests/cc/ |
D | catch.hpp | 10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor… macro
|