Hacker News new | ask | show | jobs
by mattnedrich 3701 days ago
I think the largest challenge with Swift testing at the moment is the lack of easy mocking. You can define inline classes, but it's far inferior to the functionality that something like Kiwi provided for Objective-C.
1 comments

There are a couple promising open source libraries here:https://realm.io/news/tryswift-veronica-ray-real-world-mocki...
Thanks for the link, I'll take a look.