Expect.toSatisfyAll

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

All predicates are evaluated.

struct Expect(TReceived)
void
toSatisfyAll
(
bool delegate
(
const(TReceived)
)
[]
predicates...
)

Meta