ExpectNot.toSatisfy

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

struct ExpectNot(TReceived)
void
toSatisfy
(
bool delegate
(
const(TReceived)
)
predicate
)

Meta