Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4713 struct TestCaseInfo { struct
4714 enum SpecialProperties{
4739 std::string name;
4740 std::string className;
4741 std::string description;
4742 std::vector<std::string> tags;
4743 std::vector<std::string> lcaseTags;
4744 SourceLineInfo lineInfo;
4745 SpecialProperties properties;
13876 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo