Public Member Functions | Private Attributes
Catch::TestCase Class Reference

#include <catch.hpp>

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

List of all members.

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

Private Attributes

Ptr< ITestCasetest

Detailed Description

Definition at line 2853 of file catch.hpp.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 2871 of file catch.hpp.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10