Unit Test API Calls With MockWebServer
One of the great benefits of having MVP architecture/Clean architecture is the separation of concerns and the testability that each layer provides. Each layer takes care of things that are specific to it : for example, Presentation layer will take care of things…