Oct 30, 2020
Few weeks ago I've tried to use StateFlow for a small feature, and I stuck with unit tests. I had to fallback to Callbacks, as they are really convenient for testing.
Do you have a working example of working unit tests, that test StateFlow?