#include <catch.hpp>
Definition at line 2180 of file catch.hpp.
virtual Catch::IMutableRegistryHub::~IMutableRegistryHub |
( |
| ) |
|
|
virtual |
virtual void Catch::IMutableRegistryHub::registerListener |
( |
IReporterFactoryPtr const & |
factory | ) |
|
|
pure virtual |
virtual void Catch::IMutableRegistryHub::registerReporter |
( |
std::string const & |
name, |
|
|
IReporterFactoryPtr const & |
factory |
|
) |
| |
|
pure virtual |
virtual void Catch::IMutableRegistryHub::registerStartupException |
( |
| ) |
|
|
pure virtualnoexcept |
virtual void Catch::IMutableRegistryHub::registerTagAlias |
( |
std::string const & |
alias, |
|
|
std::string const & |
tag, |
|
|
SourceLineInfo const & |
lineInfo |
|
) |
| |
|
pure virtual |
virtual void Catch::IMutableRegistryHub::registerTest |
( |
TestCase const & |
testInfo | ) |
|
|
pure virtual |
virtual void Catch::IMutableRegistryHub::registerTranslator |
( |
const IExceptionTranslator * |
translator | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: