mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	First cut of Timer class.
- started integrating with reporters (now (optionally) supported in console reporter). - introduced Node<> template to help with cumulative reporting and used it instead of ThreadedSectionInfo.
This commit is contained in:
		@@ -30,6 +30,7 @@
 | 
			
		||||
#include "catch_text.hpp"
 | 
			
		||||
#include "catch_message.hpp"
 | 
			
		||||
#include "catch_legacy_reporter_adapter.hpp"
 | 
			
		||||
#include "catch_timer.hpp"
 | 
			
		||||
 | 
			
		||||
#include "../reporters/catch_reporter_basic.hpp"
 | 
			
		||||
#include "../reporters/catch_reporter_xml.hpp"
 | 
			
		||||
@@ -57,7 +58,6 @@ namespace Catch {
 | 
			
		||||
    TestCaseStats::~TestCaseStats() {}
 | 
			
		||||
    TestGroupStats::~TestGroupStats() {}
 | 
			
		||||
    TestRunStats::~TestRunStats() {}
 | 
			
		||||
    ThreadedSectionInfo::~ThreadedSectionInfo() {}
 | 
			
		||||
    TestGroupNode::~TestGroupNode() {}
 | 
			
		||||
    TestRunNode::~TestRunNode() {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user