mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	support for printing test filters (PR #1585)
This commit is contained in:
		 Ziv Shahaf
					Ziv Shahaf
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							3816e99d0c
						
					
				
				
					commit
					8af8704089
				
			| @@ -82,7 +82,7 @@ namespace Catch { | ||||
|         std::string getProcessName() const; | ||||
|         std::string const& getReporterName() const; | ||||
|  | ||||
|         std::vector<std::string> const& getTestsOrTags() const; | ||||
|         std::vector<std::string> const& getTestsOrTags() const override; | ||||
|         std::vector<std::string> const& getSectionsToRun() const override; | ||||
|  | ||||
|         virtual TestSpec const& testSpec() const override; | ||||
|   | ||||
| @@ -69,6 +69,7 @@ namespace Catch { | ||||
|         virtual ShowDurations::OrNot showDurations() const = 0; | ||||
|         virtual TestSpec const& testSpec() const = 0; | ||||
|         virtual bool hasTestFilters() const = 0; | ||||
|         virtual std::vector<std::string> const& getTestsOrTags() const = 0; | ||||
|         virtual RunTests::InWhatOrder runOrder() const = 0; | ||||
|         virtual unsigned int rngSeed() const = 0; | ||||
|         virtual int benchmarkResolutionMultiple() const = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user