Searched defs:TestCaseInfo (Results 1 – 1 of 1) sorted by relevance
4713 struct TestCaseInfo { struct4714 enum SpecialProperties{4739 std::string name;4740 std::string className;4741 std::string description;4742 std::vector<std::string> tags;4743 std::vector<std::string> lcaseTags;4744 SourceLineInfo lineInfo;4745 SpecialProperties properties;13876 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo