mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Changed some names in test case registry
- in preparation for a bigger refactoring
This commit is contained in:
		@@ -42,7 +42,7 @@ namespace Catch {
 | 
			
		||||
                      << _lineInfo );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    TestCase makeTestCase(  ITestCase* _testCase,
 | 
			
		||||
    TestCase makeTestCase(  ITestInvoker* _testCase,
 | 
			
		||||
                            std::string const& _className,
 | 
			
		||||
                            std::string const& _name,
 | 
			
		||||
                            std::string const& _descOrTags,
 | 
			
		||||
@@ -130,7 +130,7 @@ namespace Catch {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    TestCase::TestCase( ITestCase* testCase, TestCaseInfo const& info ) : TestCaseInfo( info ), test( testCase ) {}
 | 
			
		||||
    TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo const& info ) : TestCaseInfo( info ), test( testCase ) {}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    TestCase TestCase::withName( std::string const& _newName ) const {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user