Home
last modified time | relevance | path

Searched defs:TAPReporter (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp22 struct TAPReporter : StreamingReporterBase<TAPReporter> { struct
28 static std::string getDescription() { in getDescription()
32 ReporterPreferences getPreferences() const override { in getPreferences()
36 void noMatchingTestCases( std::string const& spec ) override { in noMatchingTestCases()
40 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()
42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded()
53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded()
60 std::size_t counter = 0;
61 class AssertionPrinter {
236 void printTotals( const Totals& totals ) const { in printTotals()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp22 struct TAPReporter : StreamingReporterBase<TAPReporter> { struct
28 static std::string getDescription() { in getDescription()
32 ReporterPreferences getPreferences() const override { in getPreferences()
36 void noMatchingTestCases( std::string const& spec ) override { in noMatchingTestCases()
40 void assertionStarting( AssertionInfo const& ) override {} in assertionStarting()
42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded()
53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded()
60 std::size_t counter = 0;
61 class AssertionPrinter {
236 void printTotals( const Totals& totals ) const { in printTotals()