|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_xml.h>


Public Member Functions | |
| XmlReporter (ReporterConfig const &_config) | |
| ~XmlReporter () override | |
| virtual std::string | getStylesheetRef () const |
| void | writeSourceInfo (SourceLineInfo const &sourceInfo) |
| void | noMatchingTestCases (std::string const &s) override |
| void | testRunStarting (TestRunInfo const &testInfo) override |
| void | testGroupStarting (GroupInfo const &groupInfo) override |
| void | testCaseStarting (TestCaseInfo const &testInfo) override |
| void | sectionStarting (SectionInfo const §ionInfo) override |
| void | assertionStarting (AssertionInfo const &) override |
| bool | assertionEnded (AssertionStats const &assertionStats) override |
| void | sectionEnded (SectionStats const §ionStats) override |
| void | testCaseEnded (TestCaseStats const &testCaseStats) override |
| void | testGroupEnded (TestGroupStats const &testGroupStats) override |
| void | testRunEnded (TestRunStats const &testRunStats) override |
Public Member Functions inherited from Catch::StreamingReporterBase< XmlReporter > | |
| StreamingReporterBase (ReporterConfig const &_config) | |
| ReporterPreferences | getPreferences () const override |
| ~StreamingReporterBase () override=default | |
| 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 Public Member Functions inherited from Catch::StreamingReporterBase< XmlReporter > | |
| static std::set< Verbosity > | getSupportedVerbosities () |
Additional Inherited Members | |
Public Attributes inherited from Catch::StreamingReporterBase< XmlReporter > | |
| 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 17 of file catch_reporter_xml.h.
| Catch::XmlReporter::XmlReporter | ( | ReporterConfig const & | _config | ) |
Definition at line 22 of file catch_reporter_xml.cpp.
|
overridedefault |
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 97 of file catch_reporter_xml.cpp.

|
overridevirtual |
|
static |
Definition at line 32 of file catch_reporter_xml.cpp.
|
virtual |
Definition at line 36 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 46 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 172 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 85 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 187 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 71 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 203 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 65 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 213 of file catch_reporter_xml.cpp.

|
overridevirtual |
Reimplemented from Catch::StreamingReporterBase< XmlReporter >.
Definition at line 50 of file catch_reporter_xml.cpp.

| void Catch::XmlReporter::writeSourceInfo | ( | SourceLineInfo const & | sourceInfo | ) |
Definition at line 40 of file catch_reporter_xml.cpp.

