Succeeds if predicate(received) returns false for all predicates. Throws a FailingExpectationError otherwise.
All predicates are evaluated.
Fails if something is thrown while evaluating any of the predicates, even if none of the predicates return true.
See Implementation
Succeeds if predicate(received) returns false for all predicates. Throws a FailingExpectationError otherwise.
All predicates are evaluated.
Fails if something is thrown while evaluating any of the predicates, even if none of the predicates return true.