Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 879 Bytes

File metadata and controls

14 lines (9 loc) · 879 Bytes

Asynchronous Testing Closure Dependency

Build Status GitHub license

This repository contains an example for my article "Asynchronous testing in Swift".

Description

...How do they work? To test that asynchronous operations (and closure) behave as expected, you create one or more expectations within your test, and then fulfill those expectations when the asynchronous operation completes successfully....

Click here to read the post.