Searched defs:CompactReporter (Results 1 – 3 of 3) sorted by relevance
17 struct CompactReporter : StreamingReporterBase<CompactReporter> { struct
9909 struct CompactReporter : StreamingReporterBase { struct9911 CompactReporter( ReporterConfig const& _config ) in CompactReporter() function9917 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()[all …]
5463 struct CompactReporter : StreamingReporterBase<CompactReporter> { struct