Обложка канала

iOS dev

8637 @iosdevio

Awesome channel about iOS app development

iOS dev

4 года назад
Открыть в
Testing async/await exceptions

We all know how testing your code is important for stable releases and early bug detection. We should test happy paths, corner cases, and thrown errors. Old school Before async/await coroutines were introduced in Swift, we had to use expectations to test asynchronous code. Apple provides an excellent tool

Artur Gruchała