Searched defs:TestCaseInfo (Results 1 – 3 of 3) sorted by relevance
4289 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct4291 const char* name; in descriptorIndexingDescriptorSetsCreateTests()4292 const char* description; in descriptorIndexingDescriptorSetsCreateTests()4293 TestCaseParams params; in descriptorIndexingDescriptorSetsCreateTests()
4531 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct4533 const char* name; in descriptorIndexingDescriptorSetsCreateTests()4534 VkDescriptorType descriptorType; in descriptorIndexingDescriptorSetsCreateTests()
4773 struct TestCaseInfo { struct4774 enum SpecialProperties{4799 std::string name;4800 std::string className;4801 std::string description;4802 std::vector<std::string> tags;4803 std::vector<std::string> lcaseTags;4804 SourceLineInfo lineInfo;4805 SpecialProperties properties;14119 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo