mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 02:17:54 +00:00
negate() -> endExpression(), takes ResultDisposition
This commit is contained in:
parent
b2ef998825
commit
defca58566
5 changed files with 63 additions and 60 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
ExpressionResultBuilder& setRhs( const std::string& rhs );
|
||||
ExpressionResultBuilder& setOp( const std::string& op );
|
||||
|
||||
ExpressionResultBuilder& negate( bool shouldNegate );
|
||||
ExpressionResultBuilder& endExpression( ResultDisposition::Flags resultDisposition );
|
||||
|
||||
template<typename T>
|
||||
ExpressionResultBuilder& operator << ( const T& value ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue