Home
last modified time | relevance | path

Searched defs:TestCaseInfo (Results 1 – 6 of 6) 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.cpp4272 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct
4274 const char* name; in descriptorIndexingDescriptorSetsCreateTests()
4275 const char* description; in descriptorIndexingDescriptorSetsCreateTests()
4276 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.hpp4732 struct TestCaseInfo { struct
4733 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
/external/libabigail/tests/lib/
Dcatch.hpp4763 struct TestCaseInfo { struct
4764 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