Searched refs:INTERNAL_CATCH_REGISTER_REPORTER (Results 1 – 2 of 2) sorted by relevance
8838 #define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \ macro9259 INTERNAL_CATCH_REGISTER_REPORTER( "xml", XmlReporter )9468 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )9900 INTERNAL_CATCH_REGISTER_REPORTER( "console", ConsoleReporter )10188 INTERNAL_CATCH_REGISTER_REPORTER( "compact", CompactReporter )10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor…10419 #define REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, reporterTyp…
415 * Removed `INTERNAL_CATCH_REGISTER_REPORTER`