Files
PINRemoteImage/Example/PINRemoteImage Tests
Michael Schneider f06e05271f Move from dispatch_semaphore_t to XCTestExpectation
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.
2016-01-30 11:35:37 -08:00
..