#include <catch_reporter_tap.hpp>
Definition at line 22 of file catch_reporter_tap.hpp.
◆ ~TAPReporter() [1/2]
Catch::TAPReporter::~TAPReporter |
( |
| ) |
|
|
override |
◆ ~TAPReporter() [2/2]
Catch::TAPReporter::~TAPReporter |
( |
| ) |
|
|
override |
◆ assertionEnded() [1/2]
bool Catch::TAPReporter::assertionEnded |
( |
AssertionStats const & | _assertionStats | ) |
|
|
inlineoverridevirtual |
◆ assertionEnded() [2/2]
bool Catch::TAPReporter::assertionEnded |
( |
AssertionStats const & | _assertionStats | ) |
|
|
inlineoverridevirtual |
◆ assertionStarting() [1/2]
void Catch::TAPReporter::assertionStarting |
( |
AssertionInfo const & | | ) |
|
|
inlineoverridevirtual |
◆ assertionStarting() [2/2]
void Catch::TAPReporter::assertionStarting |
( |
AssertionInfo const & | | ) |
|
|
inlineoverridevirtual |
◆ getDescription() [1/2]
static std::string Catch::TAPReporter::getDescription |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file catch_reporter_tap.hpp.
28 {
29 return "Reports test results in TAP format, suitable for test harnesses";
30 }
◆ getDescription() [2/2]
static std::string Catch::TAPReporter::getDescription |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file catch_reporter_tap.hpp.
28 {
29 return "Reports test results in TAP format, suitable for test harnesses";
30 }
◆ getPreferences() [1/2]
◆ getPreferences() [2/2]
◆ noMatchingTestCases() [1/2]
void Catch::TAPReporter::noMatchingTestCases |
( |
std::string const & | spec | ) |
|
|
inlineoverridevirtual |
◆ noMatchingTestCases() [2/2]
void Catch::TAPReporter::noMatchingTestCases |
( |
std::string const & | spec | ) |
|
|
inlineoverridevirtual |
◆ StreamingReporterBase()
◆ testRunEnded() [1/2]
void Catch::TAPReporter::testRunEnded |
( |
TestRunStats const & | _testRunStats | ) |
|
|
inlineoverridevirtual |
◆ testRunEnded() [2/2]
void Catch::TAPReporter::testRunEnded |
( |
TestRunStats const & | _testRunStats | ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following files: