|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_bases.hpp>


Public Member Functions | |
| StreamingReporterBase (ReporterConfig const &_config) | |
| ReporterPreferences | getPreferences () const override |
| ~StreamingReporterBase () override=default | |
| void | noMatchingTestCases (std::string const &) override |
| 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 | testRunEnded (TestRunStats const &) override |
| void | skipTest (TestCaseInfo const &) override |
Public Member Functions inherited from Catch::IStreamingReporter | |
| virtual | ~IStreamingReporter ()=default |
| virtual void | benchmarkStarting (BenchmarkInfo const &) |
| virtual void | assertionStarting (AssertionInfo const &assertionInfo)=0 |
| virtual bool | assertionEnded (AssertionStats const &assertionStats)=0 |
| virtual void | benchmarkEnded (BenchmarkStats const &) |
| virtual void | fatalErrorEncountered (StringRef name) |
| virtual bool | isMulti () const |
Static Public Member Functions | |
| static std::set< Verbosity > | getSupportedVerbosities () |
Public Attributes | |
| 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 31 of file catch_reporter_bases.hpp.
|
inline |
Definition at line 33 of file catch_reporter_bases.hpp.
|
overridedefault |
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TAPReporter, and Catch::TAPReporter.
Definition at line 42 of file catch_reporter_bases.hpp.
|
inlinestatic |
Definition at line 46 of file catch_reporter_bases.hpp.
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TAPReporter, Catch::TAPReporter, Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 52 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::XmlReporter.
Definition at line 69 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 65 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, and Catch::TeamCityReporter.
Definition at line 84 of file catch_reporter_bases.hpp.
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 72 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 62 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 75 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TeamCityReporter, Catch::TeamCityReporter, and Catch::XmlReporter.
Definition at line 58 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::TAPReporter, Catch::TAPReporter, and Catch::XmlReporter.
Definition at line 78 of file catch_reporter_bases.hpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Reimplemented in Catch::XmlReporter.
Definition at line 54 of file catch_reporter_bases.hpp.

| LazyStat<GroupInfo> Catch::StreamingReporterBase< DerivedT >::currentGroupInfo |
Definition at line 93 of file catch_reporter_bases.hpp.
| LazyStat<TestCaseInfo> Catch::StreamingReporterBase< DerivedT >::currentTestCaseInfo |
Definition at line 94 of file catch_reporter_bases.hpp.
| LazyStat<TestRunInfo> Catch::StreamingReporterBase< DerivedT >::currentTestRunInfo |
Definition at line 92 of file catch_reporter_bases.hpp.
| IConfigPtr Catch::StreamingReporterBase< DerivedT >::m_config |
Definition at line 89 of file catch_reporter_bases.hpp.
| ReporterPreferences Catch::StreamingReporterBase< DerivedT >::m_reporterPrefs |
Definition at line 97 of file catch_reporter_bases.hpp.
| std::vector<SectionInfo> Catch::StreamingReporterBase< DerivedT >::m_sectionStack |
Definition at line 96 of file catch_reporter_bases.hpp.
| std::ostream& Catch::StreamingReporterBase< DerivedT >::stream |
Definition at line 90 of file catch_reporter_bases.hpp.