Searched defs:TestCaseInfo (Results 1 – 6 of 6) sorted by relevance
27 struct TestCaseInfo { struct38 TestCaseInfo( std::string const& _name, argument62 class TestCase : public TestCaseInfo { argument
113 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
4272 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct4274 const char* name; in descriptorIndexingDescriptorSetsCreateTests()4275 const char* description; in descriptorIndexingDescriptorSetsCreateTests()4276 TestCaseParams params; in descriptorIndexingDescriptorSetsCreateTests()
2811 struct TestCaseInfo { struct2812 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;[all …]
4732 struct TestCaseInfo { struct4733 enum SpecialProperties{4758 std::string name;4759 std::string className;4760 std::string description;4761 std::vector<std::string> tags;4762 std::vector<std::string> lcaseTags;4763 SourceLineInfo lineInfo;4764 SpecialProperties properties;13907 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
4763 struct TestCaseInfo { struct4764 enum SpecialProperties{4789 std::string name;4790 std::string className;4791 std::string description;4792 std::vector<std::string> tags;4793 std::vector<std::string> lcaseTags;4794 SourceLineInfo lineInfo;4795 SpecialProperties properties;14052 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo