Function Catch::defaultListReporters
Defined in File catch_amalgamated.hpp
Function Documentation
-
void Catch::defaultListReporters(std::ostream &out, std::vector<ReporterDescription> const &descriptions, Verbosity verbosity)
Lists reporter descriptions to the provided stream in user-friendly format
Used as the default listing implementation by the first party reporter bases. The output should be backwards compatible with the output of Catch2 v2 binaries.