Lines Matching defs:CompactReporter
9909 struct CompactReporter : StreamingReporterBase { struct
9911 CompactReporter( ReporterConfig const& _config ) in CompactReporter() function
9917 static std::string getDescription() { in getDescription()
9921 virtual ReporterPreferences getPreferences() const { in getPreferences()
9927 virtual void noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases()
9931 virtual void assertionStarting( AssertionInfo const& ) { in assertionStarting()
9934 virtual bool assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded()
9953 virtual void testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded()
9960 class AssertionPrinter {
10147 std::string bothOrAll( std::size_t count ) const { in bothOrAll()
10151 void printTotals( const Totals& totals ) const { in printTotals()