mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Add test for %debug stream name
This commit is contained in:
		@@ -26,3 +26,7 @@ TEST_CASE( "stdout and stderr streams have %-starting name", "[streams]" ) {
 | 
			
		||||
TEST_CASE( "request an unknown %-starting stream fails", "[streams]" ) {
 | 
			
		||||
    REQUIRE_THROWS( Catch::makeStream( "%somestream" ) );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TEST_CASE( "makeStream recognizes %debug stream name", "[streams]" ) {
 | 
			
		||||
    REQUIRE_NOTHROW( Catch::makeStream( "%debug" ) );
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user