Lines Matching defs:TestCaseInfo
2811 struct TestCaseInfo { struct
2812 enum SpecialProperties{
2835 std::string name;
2836 std::string className;
2837 std::string description;
2838 std::set<std::string> tags;
2839 std::set<std::string> lcaseTags;
2840 std::string tagsAsString;
2841 SourceLineInfo lineInfo;
2842 SpecialProperties properties;
7396 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
7410 TestCaseInfo::TestCaseInfo( TestCaseInfo const& other ) in TestCaseInfo() function in Catch::TestCaseInfo