mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-29 22:41:24 +08:00
Starting with Xcode 6, XCTest has been enhanced to include the ability to serialize asynchronous execution in the test method, by waiting for the completion of an asynchronous callback or timeout via XCTestExpectation. For most of test cases there is no need for dispatch_semaphore_t anymore.