mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Add 'Introduced in Catch 2.8.0.' text
This commit is contained in:
		 Clare Macrae
					Clare Macrae
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							9aab958667
						
					
				
				
					commit
					e7c3bdb351
				
			| @@ -214,6 +214,8 @@ TEMPLATE_LIST_TEST_CASE("Template test case with test types specified inside std | ||||
|  | ||||
| ## Signature based parametrised test cases | ||||
|  | ||||
| > [Introduced](https://github.com/catchorg/Catch2/issues/1609) in Catch 2.8.0. | ||||
|  | ||||
| In addition to [type parametrised test cases](#type-parametrised-test-cases) Catch2 also supports | ||||
| signature base parametrised test cases, in form of `TEMPLATE_TEST_CASE_SIG` and `TEMPLATE_PRODUCT_TEST_CASE_SIG`. | ||||
| These test cases have similar syntax like [type parametrised test cases](#type-parametrised-test-cases), with one | ||||
|   | ||||
| @@ -88,6 +88,8 @@ the limit is very high and should not be encountered in practice._ | ||||
|  | ||||
| ## Signature-based parametrised test fixtures | ||||
|  | ||||
| > [Introduced](https://github.com/catchorg/Catch2/issues/1609) in Catch 2.8.0. | ||||
|  | ||||
| Catch2 also provides `TEMPLATE_TEST_CASE_METHOD_SIG` and `TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG` to support | ||||
| fixtures using non-type template parameters. These test cases work similar to `TEMPLATE_TEST_CASE_METHOD` and `TEMPLATE_PRODUCT_TEST_CASE_METHOD`, | ||||
| with additional positional argument for [signature](test-cases-and-sections.md#signature-based-parametrised-test-cases). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user