Class AutomakeReporter

Inheritance Relationships

Base Type

Class Documentation

class AutomakeReporter : public Catch::StreamingReporterBase

Public Functions

inline AutomakeReporter(ReporterConfig &&_config)
~AutomakeReporter() override
virtual void testCaseEnded(TestCaseStats const &_testCaseStats) override

Called once for each TEST_CASE, no matter how many times it is entered.

virtual void skipTest(TestCaseInfo const &testInfo) override

Called with test cases that are skipped due to the test run aborting. NOT called for test cases that are explicitly skipped using the SKIP macro.

Deprecated - will be removed in the next major release.

Public Static Functions

static inline std::string getDescription()