XCPredicateExpectationHandler Block Reference
Declared in | XCTestCase+AsynchronousTesting.h |
---|
Block Definition
XCPredicateExpectationHandler
@typedef Handler called when evaluating the predicate against the object returns true. If the handler is not provided the first successful evaluation will fulfill the expectation. If provided, the handler can override that behavior which leaves the caller responsible for fulfilling the expectation.
typedef BOOL (^XCPredicateExpectationHandler) ()
Declared In
XCTestCase+AsynchronousTesting.h