mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Tweaked console reporter some more
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -15,8 +15,8 @@ | ||||
| // !TBD: story scenarios map to class based tests | ||||
| #define SCENARIO( name, tags ) TEST_CASE( "Scenario: " name, tags ) | ||||
| #define GIVEN( desc ) SECTION( " Given: " desc, "" ) | ||||
| #define WHEN( desc ) SECTION( "  When:  " desc, "" ) | ||||
| #define THEN( desc ) SECTION( "  Then:  " desc, "" ) | ||||
| #define WHEN( desc ) SECTION( "  When: " desc, "" ) | ||||
| #define THEN( desc ) SECTION( "  Then: " desc, "" ) | ||||
|  | ||||
| inline bool itDoesThis(){ return true; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash