Public Member Functions | Private Attributes | List of all members
Catch::TestCase Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::TestCase:
Inheritance graph
[legend]

Public Member Functions

TestCaseInfo const & getTestCaseInfo () const
 
void invoke () const
 
bool operator< (TestCase const &other) const
 
TestCaseoperator= (TestCase const &other)
 
bool operator== (TestCase const &other) const
 
void swap (TestCase &other)
 
 TestCase (ITestCase *testCase, TestCaseInfo const &info)
 
 TestCase (TestCase const &other)
 
TestCase withName (std::string const &_newName) const
 
- Public Member Functions inherited from Catch::TestCaseInfo
bool expectedToFail () const
 
bool isHidden () const
 
bool okToFail () const
 
 TestCaseInfo (std::string const &_name, std::string const &_className, std::string const &_description, std::set< std::string > const &_tags, SourceLineInfo const &_lineInfo)
 
 TestCaseInfo (TestCaseInfo const &other)
 
bool throws () const
 

Private Attributes

Ptr< ITestCasetest
 

Additional Inherited Members

- Public Types inherited from Catch::TestCaseInfo
enum  SpecialProperties {
  None = 0, IsHidden = 1 << 1, ShouldFail = 1 << 2, MayFail = 1 << 3,
  Throws = 1 << 4
}
 
- Public Attributes inherited from Catch::TestCaseInfo
std::string className
 
std::string description
 
std::set< std::stringlcaseTags
 
SourceLineInfo lineInfo
 
std::string name
 
SpecialProperties properties
 
std::set< std::stringtags
 
std::string tagsAsString
 

Detailed Description

Definition at line 2560 of file catch.hpp.

Constructor & Destructor Documentation

Catch::TestCase::TestCase ( ITestCase testCase,
TestCaseInfo const &  info 
)
Catch::TestCase::TestCase ( TestCase const &  other)

Member Function Documentation

TestCaseInfo const& Catch::TestCase::getTestCaseInfo ( ) const
void Catch::TestCase::invoke ( ) const
bool Catch::TestCase::operator< ( TestCase const &  other) const
TestCase& Catch::TestCase::operator= ( TestCase const &  other)
bool Catch::TestCase::operator== ( TestCase const &  other) const
void Catch::TestCase::swap ( TestCase other)
TestCase Catch::TestCase::withName ( std::string const &  _newName) const

Member Data Documentation

Ptr<ITestCase> Catch::TestCase::test
private

Definition at line 2578 of file catch.hpp.


The documentation for this class was generated from the following file:


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Fri Mar 13 2020 03:16:19