mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Completed IStreamingInterface abstraction with TestRunInfo and GroupInfo
This commit is contained in:
		| @@ -35,8 +35,8 @@ namespace Catch { | ||||
|             return ReporterPreferences(); | ||||
|         } | ||||
|  | ||||
|         virtual void testRunStarting( std::string const& ) {} | ||||
|         virtual void testGroupStarting( std::string const& ) {} | ||||
|         virtual void testRunStarting( TestRunInfo const& ) {} | ||||
|         virtual void testGroupStarting( GroupInfo const& ) {} | ||||
|         virtual void testCaseStarting( TestCaseInfo const& ) {} | ||||
|         virtual void sectionStarting( SectionInfo const& ) {} | ||||
|         virtual void assertionStarting( AssertionInfo const& ) {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash