mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Split EventListener base from streaming_base.hpp
The base was also renamed from `TestEventListenerBase` to `EventListenerBase`, and modified to derive directly from the reporter interface, rather than deriving from `StreamingReporterBase`.
This commit is contained in:
		| @@ -114,6 +114,9 @@ new design. | ||||
|   * You should instead include the appropriate headers as needed. | ||||
| * `CATCH_CONFIG_IMPL` has been removed. | ||||
|   * The implementation is now compiled into a static library. | ||||
| * Event Listener interface has changed | ||||
|   * `TestEventListenerBase` was renamed to `EventListenerBase` | ||||
|   * `EventListenerBase` now directly derives from `IStreamingReporter`, instead of deriving from `StreamingReporterBase` | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský