mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 10:58:06 +00:00
Renamed ResultInfo -> AssertionResult
This commit is contained in:
parent
175da3ef64
commit
d16955f63a
15 changed files with 111 additions and 97 deletions
|
@ -35,8 +35,8 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
ResultInfo getInfo () const {
|
||||
return ResultInfoBuilder()
|
||||
AssertionResult getInfo () const {
|
||||
return AssertionResultBuilder()
|
||||
.setResultType( ResultWas::Info )
|
||||
.setMessage( m_oss.str() )
|
||||
.setMacroName( "SCOPED_INFO" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue