Expect.toSatisfyAll

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

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

Meta