Searched refs:CATCH_CONFIG_DEFAULT_REPORTER (Results 1 – 5 of 5) sorted by relevance
62 #ifndef CATCH_CONFIG_DEFAULT_REPORTER63 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;66 #undef CATCH_CONFIG_DEFAULT_REPORTER
10 CATCH_CONFIG_DEFAULT_REPORTER
108 `CATCH_CONFIG_DEFAULT_REPORTER` to string literal naming the desired111 This means that defining `CATCH_CONFIG_DEFAULT_REPORTER` to `"console"`
5266 #ifndef CATCH_CONFIG_DEFAULT_REPORTER5267 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro5269 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;5270 #undef CATCH_CONFIG_DEFAULT_REPORTER
5298 #ifndef CATCH_CONFIG_DEFAULT_REPORTER5299 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro5301 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;5302 #undef CATCH_CONFIG_DEFAULT_REPORTER