mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Some tidy-up
This commit is contained in:
parent
f847186ebb
commit
355b5e546d
7 changed files with 25 additions and 19 deletions
|
@ -15,7 +15,9 @@
|
|||
#include "catch_common.h"
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
||||
// Wraps the (stringised versions of) the lhs, operator and rhs of an expression - as well as
|
||||
// the result of evaluating it. This is used to build an AssertionResult object
|
||||
class ExpressionResultBuilder {
|
||||
public:
|
||||
|
||||
|
@ -39,7 +41,7 @@ public:
|
|||
|
||||
std::string reconstructExpression( const AssertionInfo& info ) const;
|
||||
|
||||
AssertionResultData build( const AssertionInfo& info ) const;
|
||||
AssertionResult buildResult( const AssertionInfo& info ) const;
|
||||
|
||||
private:
|
||||
AssertionResultData m_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue