Lines Matching refs:Catch
28 namespace Catch { namespace
33 Catch::cout() << "Matching test cases:\n"; in listTests()
35 Catch::cout() << "All available test cases:\n"; in listTests()
45 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n"; in listTests()
47 …Catch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::end… in listTests()
51 Catch::cout() << Column( description ).indent(4) << std::endl; in listTests()
54 Catch::cout() << Column( testCaseInfo.tagsAsString() ).indent( 6 ) << "\n"; in listTests()
58 Catch::cout() << pluralise( matchedTestCases.size(), "test case" ) << '\n' << std::endl; in listTests()
60 … Catch::cout() << pluralise( matchedTestCases.size(), "matching test case" ) << '\n' << std::endl; in listTests()
71 Catch::cout() << '"' << testCaseInfo.name << '"'; in listTestsNamesOnly()
73 Catch::cout() << testCaseInfo.name; in listTestsNamesOnly()
75 Catch::cout() << "\t@" << testCaseInfo.lineInfo; in listTestsNamesOnly()
76 Catch::cout() << std::endl; in listTestsNamesOnly()
105 Catch::cout() << "Tags for matching test cases:\n"; in listTags()
107 Catch::cout() << "All available tags:\n"; in listTags()
131 Catch::cout() << str << wrapper << '\n'; in listTags()
133 Catch::cout() << pluralise( tagCounts.size(), "tag" ) << '\n' << std::endl; in listTags()
138 Catch::cout() << "Available reporters:\n"; in listReporters()
145 Catch::cout() in listReporters()
155 Catch::cout() << std::endl; in listReporters()