iOS Swift
Unit testing async network calls in SwiftUnit testing async network calls in Swift
October 9, 2014October 9, 2014 0 Comments
Asynchronous unit testing in Swift You have probably written code with a NSURLSessionDataTask that notifies a delegate when the data is received. How do you {...}