Alexandru Dochioiu
Alexandru Dochioiu
@googlebot I signed it!
@googlebot I fixed it.
@dlam @ianhanniballake Would you mind reviewing this, please?
@yigit I'd really appreciate if you would find the time to have a look at this.
Haven't tried it but this might also fix #202
> I think (please do correct me if I'm wrong) that doing in production something similar to what is going on in the test—that is, collecting a MutableSharedFlow in Dispatchers.Unconfined...
Also, the above means that one cannot easily do `runCurrent` since the emission happens in the class being tested. As a workaround I am configuring mocks to do ```kotlin whenever(mockService.whatever())...
But then I’d be testing my test implementation which makes no sense. The testing framework should provide a way to unit test all emissions despite conflation.
No, I don't do network calls in unit tests. I mentioned previously that I mock a service to return my data (via a suspended function). Making my mock include an...
@VivekMakwana24 I manually copied the files and imports from the library into my own project, and then in the Glide Module defined in the library I added extra code for...