Searched refs:TestCaseInfo (Results 1 – 1 of 1) sorted by relevance
4713 struct TestCaseInfo { struct4748 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::TestCaseInfo13890 bool TestCaseInfo::isHidden() const { in isHidden()13893 bool TestCaseInfo::throws() const { in throws()[all …]