mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Refactoring ResultData out of ResultInfo/ Builder pt1
This commit is contained in:
parent
47f679ef21
commit
86e1915099
9 changed files with 131 additions and 70 deletions
|
@ -39,7 +39,8 @@ public:
|
|||
return ResultInfoBuilder()
|
||||
.setResultType( ResultWas::Info )
|
||||
.setMessage( m_oss.str() )
|
||||
.setMacroName( "SCOPED_INFO" );
|
||||
.setMacroName( "SCOPED_INFO" )
|
||||
.build();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue