ExpectNot.toSatisfyAny

Checks that predicate(received) returns false for all predicates and throws a FailingExpectationException otherwise.

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

Meta