Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

Testing your Swift Code

Presented by
Presented at
Testing your Swift Code
at
CodeMash
|
January 1, 2017
Additional Presentations:
Written in
CodeMash
|
January 2017

Swift has experienced fantastic adoption over the past few years as developers transition away from Objective-C. Unfortunately, some of the tried and true Objective-C testing strategies don’t easily apply to Swift. In this talk we’ll take a deep dive into ways to test your Swift code. We’ll cover unit tests, UI tests, and introduce some helpful testing libraries. We’ll also talk about how you can take your tests to the next level by setting up a continuous integration and automatic deployment workflow.