#include <catch.hpp>
Public Member Functions | |
TestCaseInfo const & | getTestCaseInfo () const |
void | invoke () const |
bool | operator< (TestCase const &other) const |
TestCase & | operator= (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< ITestCase > | test |
Catch::TestCase::TestCase | ( | ITestCase * | testCase, |
TestCaseInfo const & | info | ||
) |
Catch::TestCase::TestCase | ( | TestCase const & | other | ) |
TestCaseInfo const& Catch::TestCase::getTestCaseInfo | ( | ) | const |
void Catch::TestCase::invoke | ( | ) | const |
void Catch::TestCase::swap | ( | TestCase & | other | ) |
TestCase Catch::TestCase::withName | ( | std::string const & | _newName | ) | const |
Ptr<ITestCase> Catch::TestCase::test [private] |