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.hpp4713 struct TestCaseInfo { struct
4748 class TestCase : public TestCaseInfo {
5508 TestCaseInfo testInfo;
13792 return TestCaseInfo::Throws; in parseSpecialTag()
13796 return TestCaseInfo::MayFail; in parseSpecialTag()
13800 …return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHid… in parseSpecialTag()
13802 return TestCaseInfo::None; in parseSpecialTag()
13876 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
13890 bool TestCaseInfo::isHidden() const { in isHidden()
13893 bool TestCaseInfo::throws() const { in throws()
[all …]