mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	First cut of using new streaming reporter interface - using an adapter to map back to the legacy interface
Doesn't do sections or the query functions (e.g. shouldRedirectStdOut)
This commit is contained in:
		@@ -47,6 +47,9 @@ namespace Catch {
 | 
			
		||||
    IReporter::~IReporter() {}
 | 
			
		||||
    IReporterFactory::~IReporterFactory() {}
 | 
			
		||||
    IReporterRegistry::~IReporterRegistry() {}
 | 
			
		||||
    IStreamingReporter::~IStreamingReporter() {}
 | 
			
		||||
    LegacyReporterAdapter::~LegacyReporterAdapter() {}
 | 
			
		||||
    
 | 
			
		||||
    BasicReporter::~BasicReporter() {}
 | 
			
		||||
    IRunner::~IRunner() {}
 | 
			
		||||
    IMutableContext::~IMutableContext() {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user