mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 08:31:57 +01:00
Add fatalErrorEncountered method to Reporter/Listener interface
An empty default implementation is provided to keep backward compatibility. Called when signal or Structured Exception is encountered. Related to #1005
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Catch {
|
||||
|
||||
TestRunStats::~TestRunStats() = default;
|
||||
|
||||
|
||||
void IStreamingReporter::fatalErrorEncountered( StringRef name ) {}
|
||||
bool IStreamingReporter::isMulti() const { return false; }
|
||||
|
||||
IReporterFactory::~IReporterFactory() = default;
|
||||
|
||||
Reference in New Issue
Block a user