Searched defs:TAPReporter (Results 1 – 2 of 2) sorted by relevance
22 struct TAPReporter : StreamingReporterBase<TAPReporter> { struct28 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()