Testing
Test doubles
What is a test double?
Test doubles
What is a test double?
TestingMultiple choiceIntro
"I want to replace the analytics event sender and check in the test which events the view…
#test-double #mock #stub #spy
TestingShort answerAdvanced
You want to test a network layer that uses URLSession directly, with no real server. Can …
#mock
TestingShort answerBasics
This screen leans heavily on an API response. How would you change the code so you can te…
#stub
TestingShort answerIntro
A music app's playlist ViewModel takes a track list from a Repository and produces loadin…
#fake