iOS, Swift 3.0, Error Handling, try, Try-catch, Unit Tests, Unit-testing, Testing try-catch Blocks and Unit Tests - Swift 3.0 In the last post I wrote about implementing error handler in Swift 3.0 using try-catch block technique. In this post I will go over how to unit test it. Since we all
Swift 3.0, Try-catch, Tips, iOS, App, Error, Error Handling, try, catch try-catch blocks - Swift 3.0 Today, I will try to go through some of the error handling techniques Swift uses. As we all know, the standard way to report error in Objective-C is passing an error pointer such