Chapter 8 - Testing and Validating the GetArtUseCase (Domain layer)
Now we shift our attention to testing the domain and the data layers for the GetArtUseCase.
Step 1 : Testing the Domain Layer
We want to verify that GetArtUseCase correctly transmits data from the repository.
We only test the use case, not the databa...
androidavatar.hashnode.dev3 min read