ExpectNot.toSatisfy

Succeeds if predicate(received) returns false. Throws a FailingExpectationError otherwise.

Fails if an exception is thrown while evaluating the predicate.

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

Meta