#include <catch.hpp>
Definition at line 2386 of file catch.hpp.
Catch::TestCaseInfo::TestCaseInfo |
( |
std::string const & |
_name, |
|
|
std::string const & |
_className, |
|
|
std::string const & |
_description, |
|
|
std::set< std::string > const & |
_tags, |
|
|
bool |
_isHidden, |
|
|
SourceLineInfo const & |
_lineInfo |
|
) |
| |
Catch::TestCaseInfo::TestCaseInfo |
( |
TestCaseInfo const & |
other | ) |
|
std::string Catch::TestCaseInfo::className |
std::string Catch::TestCaseInfo::description |
bool Catch::TestCaseInfo::isHidden |
std::string Catch::TestCaseInfo::name |
std::set<std::string> Catch::TestCaseInfo::tags |
std::string Catch::TestCaseInfo::tagsAsString |
The documentation for this struct was generated from the following file: