Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_tap.hpp>
Public Member Functions | |
~TAPReporter () override | |
ReporterPreferences | getPreferences () const override |
void | noMatchingTestCases (std::string const &spec) override |
void | assertionStarting (AssertionInfo const &) override |
bool | assertionEnded (AssertionStats const &_assertionStats) override |
void | testRunEnded (TestRunStats const &_testRunStats) override |
~TAPReporter () override | |
ReporterPreferences | getPreferences () const override |
void | noMatchingTestCases (std::string const &spec) override |
void | assertionStarting (AssertionInfo const &) override |
bool | assertionEnded (AssertionStats const &_assertionStats) override |
void | testRunEnded (TestRunStats const &_testRunStats) override |
StreamingReporterBase (ReporterConfig const &_config) | |
Public Member Functions inherited from Catch::StreamingReporterBase< TAPReporter > | |
StreamingReporterBase (ReporterConfig const &_config) | |
~StreamingReporterBase () override=default | |
void | testRunStarting (TestRunInfo const &_testRunInfo) override |
void | testGroupStarting (GroupInfo const &_groupInfo) override |
void | testCaseStarting (TestCaseInfo const &_testInfo) override |
void | sectionStarting (SectionInfo const &_sectionInfo) override |
void | sectionEnded (SectionStats const &) override |
void | testCaseEnded (TestCaseStats const &) override |
void | testGroupEnded (TestGroupStats const &) override |
void | skipTest (TestCaseInfo const &) override |
Public Member Functions inherited from Catch::IStreamingReporter | |
virtual | ~IStreamingReporter ()=default |
virtual void | benchmarkStarting (BenchmarkInfo const &) |
virtual void | benchmarkEnded (BenchmarkStats const &) |
virtual void | fatalErrorEncountered (StringRef name) |
virtual bool | isMulti () const |
Static Public Member Functions | |
static std::string | getDescription () |
static std::string | getDescription () |
Static Public Member Functions inherited from Catch::StreamingReporterBase< TAPReporter > | |
static std::set< Verbosity > | getSupportedVerbosities () |
Additional Inherited Members | |
Public Attributes inherited from Catch::StreamingReporterBase< TAPReporter > | |
IConfigPtr | m_config |
std::ostream & | stream |
LazyStat< TestRunInfo > | currentTestRunInfo |
LazyStat< GroupInfo > | currentGroupInfo |
LazyStat< TestCaseInfo > | currentTestCaseInfo |
std::vector< SectionInfo > | m_sectionStack |
ReporterPreferences | m_reporterPrefs |
Definition at line 22 of file catch_reporter_tap.hpp.
|
override |
|
override |
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 42 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 42 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlinestatic |
Definition at line 28 of file catch_reporter_tap.hpp.
|
inlinestatic |
Definition at line 28 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 32 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 32 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 36 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 36 of file catch_reporter_tap.hpp.
|
inline |
Definition at line 33 of file catch_reporter_bases.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 53 of file catch_reporter_tap.hpp.
|
inlineoverridevirtual |
Reimplemented from Catch::StreamingReporterBase< TAPReporter >.
Definition at line 53 of file catch_reporter_tap.hpp.