A negated assertion. More...
#include <negated_assertion.h>
Public Member Functions | |
NegatedAssertion (const NegatedAssertion &assertion) | |
std::shared_ptr< Assertion > | inner_assertion () const |
The inner assertion, i.e. the assertion that is being negated. | |
NegatedAssertion & | operator= (const NegatedAssertion &assertion) |
Friends | |
struct | AssertionFactory |
A negated assertion.
This passes iff the inner assertion fails.