#include <catch.hpp>
Definition at line 4772 of file catch.hpp.
◆ SpecialProperties
Enumerator |
---|
None | |
IsHidden | |
ShouldFail | |
MayFail | |
Throws | |
NonPortable | |
Benchmark | |
Definition at line 4773 of file catch.hpp.
◆ TestCaseInfo()
Catch::TestCaseInfo::TestCaseInfo |
( |
std::string const & |
_name, |
|
|
std::string const & |
_className, |
|
|
std::string const & |
_description, |
|
|
std::vector< std::string > const & |
_tags, |
|
|
SourceLineInfo const & |
_lineInfo |
|
) |
| |
◆ expectedToFail()
bool Catch::TestCaseInfo::expectedToFail |
( |
| ) |
const |
◆ isHidden()
bool Catch::TestCaseInfo::isHidden |
( |
| ) |
const |
◆ okToFail()
bool Catch::TestCaseInfo::okToFail |
( |
| ) |
const |
◆ tagsAsString()
std::string Catch::TestCaseInfo::tagsAsString |
( |
| ) |
const |
◆ throws()
bool Catch::TestCaseInfo::throws |
( |
| ) |
const |
◆ setTags
void setTags |
( |
TestCaseInfo & |
testCaseInfo, |
|
|
std::vector< std::string > |
tags |
|
) |
| |
|
friend |
◆ className
std::string Catch::TestCaseInfo::className |
◆ description
std::string Catch::TestCaseInfo::description |
◆ lcaseTags
std::vector<std::string> Catch::TestCaseInfo::lcaseTags |
◆ lineInfo
◆ name
std::string Catch::TestCaseInfo::name |
◆ properties
◆ tags
std::vector<std::string> Catch::TestCaseInfo::tags |
The documentation for this struct was generated from the following file: