mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Added AllOf and AnyOf matchers
This commit is contained in:
		@@ -60,6 +60,11 @@ namespace Catch {
 | 
			
		||||
    TagExtracter::~TagExtracter() {}
 | 
			
		||||
    TagExpressionParser::~TagExpressionParser() {}
 | 
			
		||||
 | 
			
		||||
    Matchers::Impl::StdString::Equals::~Equals() {}
 | 
			
		||||
    Matchers::Impl::StdString::Contains::~Contains() {}
 | 
			
		||||
    Matchers::Impl::StdString::StartsWith::~StartsWith() {}
 | 
			
		||||
    Matchers::Impl::StdString::EndsWith::~EndsWith() {}
 | 
			
		||||
 | 
			
		||||
    void Config::dummy() {}
 | 
			
		||||
 | 
			
		||||
    INTERNAL_CATCH_REGISTER_REPORTER( "basic", BasicReporter )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user