#include <catch.hpp>
Public Types | |
enum | SpecialProperties { None = 0 , IsHidden = 1 << 1 , ShouldFail = 1 << 2 , MayFail = 1 << 3 , Throws = 1 << 4 , NonPortable = 1 << 5 , Benchmark = 1 << 6 } |
Public Member Functions | |
TestCase (ITestInvoker *testCase, TestCaseInfo &&info) | |
TestCase | withName (std::string const &_newName) const |
void | invoke () const |
TestCaseInfo const & | getTestCaseInfo () const |
bool | operator== (TestCase const &other) const |
bool | operator< (TestCase const &other) const |
bool | isHidden () const |
bool | throws () const |
bool | okToFail () const |
bool | expectedToFail () const |
std::string | tagsAsString () const |
Public Attributes | |
std::string | name |
std::string | className |
std::string | description |
std::vector< std::string > | tags |
std::vector< std::string > | lcaseTags |
SourceLineInfo | lineInfo |
SpecialProperties | properties |
Private Attributes | |
std::shared_ptr< ITestInvoker > | test |
|
inherited |
Catch::TestCase::TestCase | ( | ITestInvoker * | testCase, |
TestCaseInfo && | info | ||
) |
|
inherited |
TestCaseInfo const & Catch::TestCase::getTestCaseInfo | ( | ) | const |
void Catch::TestCase::invoke | ( | ) | const |
|
inherited |
|
inherited |
bool Catch::TestCase::operator< | ( | TestCase const & | other | ) | const |
bool Catch::TestCase::operator== | ( | TestCase const & | other | ) | const |
|
inherited |
|
inherited |
TestCase Catch::TestCase::withName | ( | std::string const & | _newName | ) | const |
|
inherited |
|
inherited |
|
inherited |
Definition at line 4804 of file catch.hpp.
Referenced by camtipSR.core.camtipSR::fit_SR_EE(), camtipSR.core.camtipSR::fit_SR_gauss(), corAlign.corAlign::handle_closed_loop(), audibleAlerts.core.AudibleAlerts::handle_speech_request(), adcCtrl.adcCtrl::handle_state(), camtipSR.core.camtipSR::handle_state(), corAlign.corAlign::handle_state(), adcCtrl.adcCtrl::loop(), corAlign.corAlign::loop(), visxCtrl.xapp.VisX::loop(), dbIngest.dbIngest::refresh_properties(), visxCtrl.xapp.VisX::refresh_properties(), adcCtrl.adcCtrl::transition_to_idle(), camtipSR.core.camtipSR::transition_to_idle(), and corAlign.corAlign::transition_to_idle().
|
inherited |
|
private |