/AsyncTestingSwift

Unit testing asynchronous code in Swift

Primary LanguageSwiftThe UnlicenseUnlicense

Article related to this project


The project demonstrates four techniques of unit testing asynchronous code in Swift:

  1. Mocking
  2. Testing Before & After
  3. Expectations
  4. Busy Assertion