#include <catch.hpp>
| Enumerator |
|---|
| None |
|
| IsHidden |
|
| ShouldFail |
|
| MayFail |
|
| Throws |
|
| NonPortable |
|
| Benchmark |
|
| 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 |
| 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: