Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 307 Bytes

File metadata and controls

11 lines (8 loc) · 307 Bytes

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