mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Fix number of current reporter
There are nine reporters in Catch2 3.5.2, Automake, compact, console, JSON, JUnit, SonarQube, TAP, TeamCity and XML.
This commit is contained in:
		 Letu Ren
					Letu Ren
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							4f1b24df77
						
					
				
				
					commit
					b817497528
				
			| @@ -5,7 +5,7 @@ Reporters are a customization point for most of Catch2's output, e.g. | ||||
| formatting and writing out [assertions (whether passing or failing), | ||||
| sections, test cases, benchmarks, and so on](reporter-events.md#top). | ||||
|  | ||||
| Catch2 comes with a bunch of reporters by default (currently 8), and | ||||
| Catch2 comes with a bunch of reporters by default (currently 9), and | ||||
| you can also write your own reporter. Because multiple reporters can | ||||
| be active at the same time, your own reporters do not even have to handle | ||||
| all reporter event, just the ones you are interested in, e.g. benchmarks. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user