Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_info.h27 struct TestCaseInfo { struct
38 TestCaseInfo( std::string const& _name, argument
62 class TestCase : public TestCaseInfo { argument
Dcatch_test_case_info.cpp113 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3236 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct
3238 const char* name; in descriptorIndexingDescriptorSetsCreateTests()
3239 const char* description; in descriptorIndexingDescriptorSetsCreateTests()
3240 TestCaseParams params; in descriptorIndexingDescriptorSetsCreateTests()
/external/bcc/tests/cc/
Dcatch.hpp2811 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;
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp4189 struct TestCaseInfo { struct
4190 enum SpecialProperties{
4215 std::string name;
4216 std::string className;
4217 std::string description;
4218 std::vector<std::string> tags;
4219 std::vector<std::string> lcaseTags;
4220 SourceLineInfo lineInfo;
4221 SpecialProperties properties;
11725 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo