Home
last modified time | relevance | path

Searched refs:testCaseInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp11094 Colour::Code colour = testCaseInfo.isHidden() in listTests()
11107 if( !testCaseInfo.tags.empty() ) in listTests()
11124 if( startsWith( testCaseInfo.name, '#' ) ) in listTestsNamesOnly()
11127 Catch::cout() << testCaseInfo.name; in listTestsNamesOnly()
12701 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in handleFatalErrorCondition()
12740 SectionInfo testCaseSection(testCaseInfo.lineInfo, testCaseInfo.name); in runCurrentTest()
13866 testCaseInfo.lcaseTags.clear(); in setTags()
13870testCaseInfo.properties = static_cast<TestCaseInfo::SpecialProperties>( testCaseInfo.properties | … in setTags()
13871 testCaseInfo.lcaseTags.push_back( lcaseTag ); in setTags()
13873 testCaseInfo.tags = std::move(tags); in setTags()
[all …]