ExpectNot.toSatisfyAll

Checks that predicate(received) returns false for at least one of the given predicates and throws a FailingExpectationException otherwise.

struct ExpectNot(TReceived)
void
toSatisfyAll
(
bool delegate
(
const(TReceived)
)
[]
predicates...
)

Meta