Wire Sysio Wire Sysion 1.0.0
|
#include <catch_interfaces_reporter.h>
Public Member Functions | |
ReporterConfig (IConfigPtr const &_fullConfig) | |
ReporterConfig (IConfigPtr const &_fullConfig, std::ostream &_stream) | |
std::ostream & | stream () const |
IConfigPtr | fullConfig () const |
Definition at line 30 of file catch_interfaces_reporter.h.
|
explicit |
Definition at line 13 of file catch_interfaces_reporter.cpp.
Catch::ReporterConfig::ReporterConfig | ( | IConfigPtr const & | _fullConfig, |
std::ostream & | _stream ) |
Definition at line 16 of file catch_interfaces_reporter.cpp.
IConfigPtr Catch::ReporterConfig::fullConfig | ( | ) | const |
Definition at line 20 of file catch_interfaces_reporter.cpp.
std::ostream & Catch::ReporterConfig::stream | ( | ) | const |
Definition at line 19 of file catch_interfaces_reporter.cpp.