More changes will happen to testing in future? coz recent breaking changes caused a lot of rewrite of Unittest cases for us. Should we stick to the existing test framework or write UTs by asserting stateFlows and sideFlow results using https://github.com/cashapp/turbine.
m
Mikolaj Leszczynski
07/15/2021, 2:47 PM
No changes planned in the near future.
Up to you how you want to do your assertions really 🙂
The benefit of using our framework is that you declare a series of expected state changes (not entire states), if you wanted to assert what comes out of a flow you’d have to manage it yourself.