#include <catch_reporter_automake.hpp>
Definition at line 19 of file catch_reporter_automake.hpp.
◆ AutomakeReporter() [1/2]
Catch::AutomakeReporter::AutomakeReporter |
( |
ReporterConfig const & | _config | ) |
|
|
inline |
◆ ~AutomakeReporter() [1/2]
Catch::AutomakeReporter::~AutomakeReporter |
( |
| ) |
|
|
override |
◆ AutomakeReporter() [2/2]
Catch::AutomakeReporter::AutomakeReporter |
( |
ReporterConfig const & | _config | ) |
|
|
inline |
◆ ~AutomakeReporter() [2/2]
Catch::AutomakeReporter::~AutomakeReporter |
( |
| ) |
|
|
override |
◆ assertionEnded() [1/2]
bool Catch::AutomakeReporter::assertionEnded |
( |
AssertionStats const & | | ) |
|
|
inlineoverridevirtual |
◆ assertionEnded() [2/2]
bool Catch::AutomakeReporter::assertionEnded |
( |
AssertionStats const & | | ) |
|
|
inlineoverridevirtual |
◆ assertionStarting() [1/2]
void Catch::AutomakeReporter::assertionStarting |
( |
AssertionInfo const & | | ) |
|
|
inlineoverridevirtual |
◆ assertionStarting() [2/2]
void Catch::AutomakeReporter::assertionStarting |
( |
AssertionInfo const & | | ) |
|
|
inlineoverridevirtual |
◆ getDescription() [1/2]
static std::string Catch::AutomakeReporter::getDescription |
( |
| ) |
|
|
inlinestatic |
◆ getDescription() [2/2]
static std::string Catch::AutomakeReporter::getDescription |
( |
| ) |
|
|
inlinestatic |
◆ skipTest() [1/2]
void Catch::AutomakeReporter::skipTest |
( |
TestCaseInfo const & | testInfo | ) |
|
|
inlineoverridevirtual |
◆ skipTest() [2/2]
void Catch::AutomakeReporter::skipTest |
( |
TestCaseInfo const & | testInfo | ) |
|
|
inlineoverridevirtual |
◆ testCaseEnded() [1/2]
void Catch::AutomakeReporter::testCaseEnded |
( |
TestCaseStats const & | _testCaseStats | ) |
|
|
inlineoverridevirtual |
Implements Catch::IStreamingReporter.
Definition at line 34 of file catch_reporter_automake.hpp.
34 {
35
36 stream <<
":test-result: ";
37 if (_testCaseStats.totals.assertions.allPassed()) {
39 } else if (_testCaseStats.totals.assertions.allOk()) {
41 } else {
43 }
44 stream <<
' ' << _testCaseStats.testInfo.name <<
'\n';
46 }
void testCaseEnded(TestCaseStats const &) override
◆ testCaseEnded() [2/2]
void Catch::AutomakeReporter::testCaseEnded |
( |
TestCaseStats const & | _testCaseStats | ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following files: