/TestingAsyncCode-Article

Guide: How to unit test asynchronous code in Swift https://www.vadimbulavin.com/unit-testing-async-code-in-swift/

Primary LanguageSwift

Unit Testing Asynchronous Code in Swift

The project shows how to apply different patterns to unit test asynchronous code in Swift. It complements my article on the subject.