Searched defs:TestCaseInfo (Results 1 – 5 of 5) sorted by relevance
27 struct TestCaseInfo { struct38 TestCaseInfo( std::string const& _name, argument62 class TestCase : public TestCaseInfo { argument
107 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo
2160 struct TestCaseInfo struct in vkt::SpirVAssembly::__anon5984e4560111::TestGroupBuilderBase2162 FloatType outFloatType;2163 bool argumentsFromInput;2164 VkShaderStageFlagBits testedStage;2165 const Operation& operation;2166 const OperationTestCase& testCase;
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 …]
4174 struct TestCaseInfo { struct4175 enum SpecialProperties{4200 std::string name;4201 std::string className;4202 std::string description;4203 std::vector<std::string> tags;4204 std::vector<std::string> lcaseTags;4205 SourceLineInfo lineInfo;4206 SpecialProperties properties;11689 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo