Daily iOS
TestingPandorainterview report

Testing a playlist view model

A music app's playlist ViewModel takes a track list from a Repository and produces loading, success, and error states. How would you test those state transitions without a real network?

Submit