suppasit-odds / AsyncTestingSwift

Unit testing asynchronous code in Swift

Home Page:https://www.vadimbulavin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unit testing asynchronous code in Swift

https://www.vadimbulavin.com/

License:The Unlicense


Languages

Language:Swift 100.0%