8#ifndef TWOBLUECUBES_CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED
9#define TWOBLUECUBES_CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED
19 struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> {
27 return "Reports test results in the format of Automake .trs files";
36 stream <<
":test-result: ";
49 stream <<
":test-result: SKIP " << testInfo.
name <<
'\n';
#define CATCH_REGISTER_REPORTER(name, reporterType)
AutomakeReporter(ReporterConfig const &_config)
void skipTest(TestCaseInfo const &testInfo) override
static std::string getDescription()
void assertionStarting(AssertionInfo const &) override
~AutomakeReporter() override
void testCaseEnded(TestCaseStats const &_testCaseStats) override
bool assertionEnded(AssertionStats const &) override
void testCaseEnded(TestCaseStats const &) override