Searched refs:ConsoleReporter (Results 1 – 1 of 1) sorted by relevance
6089 struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> { struct6092 ConsoleReporter(ReporterConfig const& config);6093 ~ConsoleReporter() override;16106 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter() function in Catch::ConsoleReporter16129 ConsoleReporter::~ConsoleReporter() = default;16131 std::string ConsoleReporter::getDescription() { in getDescription()16135 void ConsoleReporter::noMatchingTestCases(std::string const& spec) { in noMatchingTestCases()16139 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments()16143 void ConsoleReporter::assertionStarting(AssertionInfo const&) {} in assertionStarting()16145 bool ConsoleReporter::assertionEnded(AssertionStats const& _assertionStats) { in assertionEnded()[all …]