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


Public Member Functions | |
| ~CompactReporter () override | |
| ReporterPreferences | getPreferences () const override |
| void | noMatchingTestCases (std::string const &spec) override |
| void | assertionStarting (AssertionInfo const &) override |
| bool | assertionEnded (AssertionStats const &_assertionStats) override |
| void | sectionEnded (SectionStats const &_sectionStats) override |
| void | testRunEnded (TestRunStats const &_testRunStats) override |
| StreamingReporterBase (ReporterConfig const &_config) | |
Public Member Functions inherited from Catch::StreamingReporterBase< CompactReporter > | |
| 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 |
Static Public Member Functions | |
| static std::string | getDescription () |
Static Public Member Functions inherited from Catch::StreamingReporterBase< CompactReporter > | |
| static std::set< Verbosity > | getSupportedVerbosities () |
Additional Inherited Members | |
Public Attributes inherited from Catch::StreamingReporterBase< CompactReporter > | |
| 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_compact.h.
|
override |
Definition at line 288 of file catch_reporter_compact.cpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 257 of file catch_reporter_compact.cpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 255 of file catch_reporter_compact.cpp.
|
static |
Definition at line 243 of file catch_reporter_compact.cpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 247 of file catch_reporter_compact.cpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 251 of file catch_reporter_compact.cpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 276 of file catch_reporter_compact.cpp.

|
inline |
Definition at line 33 of file catch_reporter_bases.hpp.
|
overridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 282 of file catch_reporter_compact.cpp.
