Class TeamCityReporter
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::StreamingReporterBase
(Class StreamingReporterBase)
Class Documentation
-
class TeamCityReporter : public Catch::StreamingReporterBase
Public Functions
-
inline TeamCityReporter(ReporterConfig &&_config)
-
~TeamCityReporter() override
-
void testRunStarting(TestRunInfo const &groupInfo) override
-
void testRunEnded(TestRunStats const &testGroupStats) override
-
void assertionEnded(AssertionStats const &assertionStats) override
-
inline void sectionStarting(SectionInfo const §ionInfo) override
-
void testCaseStarting(TestCaseInfo const &testInfo) override
-
void testCaseEnded(TestCaseStats const &testCaseStats) override
Public Static Functions
-
static inline std::string getDescription()
-
inline TeamCityReporter(ReporterConfig &&_config)