Clean Swift TDD Part 2 – Interactor
In my TDD part 1 post, you wrote a test to make sure ListOrdersViewController invoke the fetchOrders() method of the ListOrdersInteractor. Now, it’s time to mak...
In my TDD part 1 post, you wrote a test to make sure ListOrdersViewController invoke the fetchOrders() method of the ListOrdersInteractor. Now, it’s time to mak...
Marq asked a question on the role of the interactor and worker on my post about Testing Business Logic in Interactor. I would be curious to see more about the w...
Darren asked me a question about my post on the Clean Swift iOS Architecture. There are actually two parts to his question. So let me rephrase his question a bi...
When it comes to writing tests for your app, how do you know which methods you need to test? I answered this question in my last post. Today, you’ll learn how t...