Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6026 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument
6029 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …
6039 #define CATCH_REGISTER_REPORTER(name, reporterType) argument