not
Method of AlephExpectation.
not() -> AlephExpectation
Returns a negated expectation so the next matcher records a failure when it would normally pass.
Returns
A new AlephExpectation with negated matcher behavior.
Example
expect("aleph").not.to_contain("python")