Home
last modified time | relevance | path

Searched refs:CATCH_REGISTER_REPORTER (Results 1 – 14 of 14) sorted by relevance

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ macro
71 #define CATCH_REGISTER_REPORTER(name, reporterType) macro
/external/catch2/include/reporters/
Dcatch_reporter_automake.hpp58 CATCH_REGISTER_REPORTER( "automake", AutomakeReporter)
Dcatch_reporter_tap.hpp249 CATCH_REGISTER_REPORTER( "tap", TAPReporter )
Dcatch_reporter_teamcity.hpp212 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
Dcatch_reporter_xml.cpp220 CATCH_REGISTER_REPORTER( "xml", XmlReporter )
Dcatch_reporter_compact.cpp290 CATCH_REGISTER_REPORTER( "compact", CompactReporter )
Dcatch_reporter_junit.cpp253 CATCH_REGISTER_REPORTER( "junit", JunitReporter )
Dcatch_reporter_console.cpp625 CATCH_REGISTER_REPORTER("console", ConsoleReporter)
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp58 CATCH_REGISTER_REPORTER( "automake", AutomakeReporter)
Dcatch_reporter_tap.hpp249 CATCH_REGISTER_REPORTER( "tap", TAPReporter )
Dcatch_reporter_teamcity.hpp212 CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
Dcatch.hpp5441 #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/
Drelease-notes.md416 * `CATCH_REGISTER_REPORTER` should be used to register reporters
/external/bcc/tests/cc/
Dcatch.hpp10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor… macro