mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Completed NoAssertions warning implementation
This commit is contained in:
		| @@ -52,6 +52,10 @@ namespace Catch { | ||||
|             return false; | ||||
|         } | ||||
|  | ||||
|         bool isBranch() const { | ||||
|             return m_status == Branch; | ||||
|         } | ||||
|  | ||||
|         void ranToCompletion() { | ||||
|             if( m_status == Branch && !hasUntestedSections() ) | ||||
|                 m_status = TestedBranch; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash