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