Function Catch::defaultListTests

Function Documentation

void Catch::defaultListTests(std::ostream &out, ColourImpl *streamColour, std::vector<TestCaseHandle> const &tests, bool isFiltered, Verbosity verbosity)

Lists test case information to the provided stream in user-friendly format

Used as the default listing implementation by the first party reporter bases. The output is backwards compatible with the output of Catch2 v2 binaries, and also supports the format specific to the old --list-test-names-only option, for people who used it in integrations.