Expect.toSatisfy

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

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

Meta