Function Catch::defaultListTags
Defined in File catch_amalgamated.hpp
Function Documentation
-
void Catch::defaultListTags(std::ostream &out, std::vector<TagInfo> const &tags, bool isFiltered)
Lists tag information 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.