Home
last modified time | relevance | path

Searched defs:TestCaseInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4268 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct
4270 const char* name; in descriptorIndexingDescriptorSetsCreateTests()
4271 const char* description; in descriptorIndexingDescriptorSetsCreateTests()
4272 TestCaseParams params; in descriptorIndexingDescriptorSetsCreateTests()
/third_party/libabigail/tests/lib/
Dcatch.hpp4773 struct TestCaseInfo { struct
4774 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