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:
parent
eaf850cd0c
commit
4e85267203
3 changed files with 8 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace Catch {
|
|||
|
||||
TestRunStats::~TestRunStats() = default;
|
||||
|
||||
|
||||
void IStreamingReporter::fatalErrorEncountered( StringRef name ) {}
|
||||
bool IStreamingReporter::isMulti() const { return false; }
|
||||
|
||||
IReporterFactory::~IReporterFactory() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue