mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Added ANON_TEST_CASE() macro
This commit is contained in:
		@@ -52,6 +52,7 @@
 | 
			
		||||
#define SECTION( name, description ) CATCH_SECTION( name, description )
 | 
			
		||||
 | 
			
		||||
#define TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description )
 | 
			
		||||
#define ANON_TEST_CASE() INTERNAL_CATCH_TESTCASE( "anon", "Anonymous test case" )
 | 
			
		||||
#define METHOD_AS_TEST_CASE( method, name, description ) CATCH_METHOD_AS_TEST_CASE( method, name, description )
 | 
			
		||||
 | 
			
		||||
#define REGISTER_REPORTER( name, reporterType ) CATCH_REGISTER_REPORTER( name, reporterType )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user