Searched refs:testCaseInfo (Results 1 – 1 of 1) sorted by relevance
4730 friend void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags );6275 void testCaseStarting(TestCaseInfo const& testCaseInfo) override;11093 for( auto const& testCaseInfo : matchedTestCases ) { in listTests() local11094 Colour::Code colour = testCaseInfo.isHidden() in listTests()11099 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n"; in listTests()11101 …Catch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::end… in listTests()11102 std::string description = testCaseInfo.description; in listTests()11107 if( !testCaseInfo.tags.empty() ) in listTests()11108 Catch::cout() << Column( testCaseInfo.tagsAsString() ).indent( 6 ) << "\n"; in listTests()11122 for( auto const& testCaseInfo : matchedTestCases ) { in listTestsNamesOnly() local[all …]