Catalin Ghita

Results 4 comments of Catalin Ghita

Hi @rsetkus and sorry for the late response. Asserting values of a `State` object should be pretty straightforward. You can check out an example [here](https://github.dev/catalinghita8/compose-mvvm-trending-repos). Additional resource [here](https://developer.android.com/codelabs/jetpack-compose-state#9).

I might have to investigate why with this particular architecture has issues on asserting `State` values. Have you tried defining some tests where the `State` abstraction is removed?

Hi @pimterry and thanks for your fast response! I was thinking to have some kind of basic toggle (maybe in the View menu or in the UI) that would allow...

Hi @joao10martins, Thanks for the feedback. Would you be kind enough to provide more details on how to reproduce this? (API level you ran the app on and maybe the...