Expect.toSatisfyAny

Checks that predicate(received) returns true for at least one of the given predicates and throws a FailingExpectationException otherwise.

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

Meta