Swift Xcode Asynchronous Testing

A while back I posted my tweak to some Xcode testing for asynchronous calls. Here’s an update I did in Swift for XCTestCase. extension XCTestCase { /** For use testing async functions. Will wait for completion of the function. You need to provide a test function for when the call is completed. The ultimate timeout … Read more