#include <catch.hpp>
Definition at line 4807 of file catch.hpp.
◆ SpecialProperties
Enumerator |
---|
None | |
IsHidden | |
ShouldFail | |
MayFail | |
Throws | |
NonPortable | |
Benchmark | |
Definition at line 4773 of file catch.hpp.
◆ TestCase()
◆ expectedToFail()
bool Catch::TestCaseInfo::expectedToFail |
( |
| ) |
const |
|
inherited |
◆ getTestCaseInfo()
TestCaseInfo const& Catch::TestCase::getTestCaseInfo |
( |
| ) |
const |
◆ invoke()
void Catch::TestCase::invoke |
( |
| ) |
const |
◆ isHidden()
bool Catch::TestCaseInfo::isHidden |
( |
| ) |
const |
|
inherited |
◆ okToFail()
bool Catch::TestCaseInfo::okToFail |
( |
| ) |
const |
|
inherited |
◆ operator<()
bool Catch::TestCase::operator< |
( |
TestCase const & |
other | ) |
const |
◆ operator==()
bool Catch::TestCase::operator== |
( |
TestCase const & |
other | ) |
const |
◆ tagsAsString()
std::string Catch::TestCaseInfo::tagsAsString |
( |
| ) |
const |
|
inherited |
◆ throws()
bool Catch::TestCaseInfo::throws |
( |
| ) |
const |
|
inherited |
◆ withName()
TestCase Catch::TestCase::withName |
( |
std::string const & |
_newName | ) |
const |
◆ className
std::string Catch::TestCaseInfo::className |
|
inherited |
◆ description
std::string Catch::TestCaseInfo::description |
|
inherited |
◆ lcaseTags
std::vector<std::string> Catch::TestCaseInfo::lcaseTags |
|
inherited |
◆ lineInfo
◆ name
std::string Catch::TestCaseInfo::name |
|
inherited |
◆ properties
◆ tags
std::vector<std::string> Catch::TestCaseInfo::tags |
|
inherited |
◆ test
The documentation for this class was generated from the following file: