Home
last modified time | relevance | path

Searched defs:CompactReporter (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_compact.h17 struct CompactReporter : StreamingReporterBase<CompactReporter> { struct
/external/bcc/tests/cc/
Dcatch.hpp9909 struct CompactReporter : StreamingReporterBase { struct
9911 CompactReporter( ReporterConfig const& _config ) in CompactReporter() argument
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()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5463 struct CompactReporter : StreamingReporterBase<CompactReporter> { struct