#include <catch.hpp>
Definition at line 2560 of file catch.hpp.
◆ SpecialProperties
Enumerator |
---|
None | |
IsHidden | |
ShouldFail | |
MayFail | |
Throws | |
Definition at line 2529 of file catch.hpp.
◆ TestCase() [1/2]
◆ TestCase() [2/2]
Catch::TestCase::TestCase |
( |
TestCase const & |
other | ) |
|
◆ 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=()
◆ operator==()
bool Catch::TestCase::operator== |
( |
TestCase const & |
other | ) |
const |
◆ swap()
void Catch::TestCase::swap |
( |
TestCase & |
other | ) |
|
◆ 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::set<std::string> Catch::TestCaseInfo::lcaseTags |
|
inherited |
◆ lineInfo
◆ name
std::string Catch::TestCaseInfo::name |
|
inherited |
◆ properties
◆ tags
std::set<std::string> Catch::TestCaseInfo::tags |
|
inherited |
◆ tagsAsString
std::string Catch::TestCaseInfo::tagsAsString |
|
inherited |
◆ test
The documentation for this class was generated from the following file: