Expect.toSatisfy

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

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

Meta