Struct TestCaseInfo¶
Defined in File catch.hpp
Inheritance Relationships¶
Derived Type¶
public Catch::TestCase(Class TestCase)
Struct Documentation¶
-
struct
Catch::TestCaseInfo¶ Subclassed by Catch::TestCase
Public Types
Public Functions
-
TestCaseInfo(std::string const &_name, std::string const &_className, std::string const &_description, std::vector<std::string> const &_tags, SourceLineInfo const &_lineInfo)¶
-
bool
isHidden() const¶
-
bool
throws() const¶
-
bool
okToFail() const¶
-
bool
expectedToFail() const¶
Public Members
-
std::string
name¶
-
std::string
className¶
-
std::string
description¶
-
std::vector<std::string>
lcaseTags¶
-
SourceLineInfo
lineInfo¶
-
SpecialProperties
properties¶
Friends
-
friend friend void setTags (TestCaseInfo &testCaseInfo, std::vector< std::string > tags)
-