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