|
Wire Sysio Wire Sysion 1.0.0
|


Public Member Functions | |
| ~MyListener () | |
| void | testRunStarting (Catch::TestRunInfo const &testRunInfo) override |
| void | testRunEnded (Catch::TestRunStats const &testRunStats) override |
| void | skipTest (Catch::TestCaseInfo const &testInfo) override |
| void | testCaseStarting (Catch::TestCaseInfo const &testInfo) override |
| void | testCaseEnded (Catch::TestCaseStats const &testCaseStats) override |
| void | sectionStarting (Catch::SectionInfo const §ionInfo) override |
| void | sectionEnded (Catch::SectionStats const §ionStats) override |
| void | assertionStarting (Catch::AssertionInfo const &assertionInfo) override |
| bool | assertionEnded (Catch::AssertionStats const &assertionStats) override |
Public Member Functions inherited from Catch::TestEventListenerBase | |
| TestEventListenerBase (ReporterConfig const &_config) | |
| void | assertionStarting (AssertionInfo const &) override |
| bool | assertionEnded (AssertionStats const &) override |
Public Member Functions inherited from Catch::StreamingReporterBase< TestEventListenerBase > | |
| 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 | benchmarkEnded (BenchmarkStats const &) |
| virtual void | fatalErrorEncountered (StringRef name) |
| virtual bool | isMulti () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Catch::TestEventListenerBase | |
| static std::set< Verbosity > | getSupportedVerbosities () |
Static Public Member Functions inherited from Catch::StreamingReporterBase< TestEventListenerBase > | |
| static std::set< Verbosity > | getSupportedVerbosities () |
Public Attributes inherited from Catch::StreamingReporterBase< TestEventListenerBase > | |
| 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 300 of file 210-Evt-EventListeners.cpp.
| MyListener::~MyListener | ( | ) |
Definition at line 373 of file 210-Evt-EventListeners.cpp.
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 363 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 358 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 352 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 346 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 324 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 340 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 332 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 316 of file 210-Evt-EventListeners.cpp.

|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 308 of file 210-Evt-EventListeners.cpp.
