mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Renamed ResultInfo -> AssertionResult
This commit is contained in:
		| @@ -31,7 +31,7 @@ namespace Catch{ | ||||
|         return totals; | ||||
|     } | ||||
|      | ||||
|     void MockReporter::Result( const ResultInfo& resultInfo ) { | ||||
|     void MockReporter::Result( const AssertionResult& resultInfo ) { | ||||
|         if( resultInfo.getResultType() == ResultWas::Ok ) | ||||
|             return; | ||||
|          | ||||
|   | ||||
| @@ -95,7 +95,7 @@ namespace Catch { | ||||
|             closeLabel( recordTestCases, testInfo.getName()  ); | ||||
|         } | ||||
|          | ||||
|         virtual void Result( const ResultInfo& resultInfo ); | ||||
|         virtual void Result( const AssertionResult& resultInfo ); | ||||
|  | ||||
|          | ||||
|     private: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash