jeffreysoboeUnit Testing MutableSharedFlowUnit testing a MutableSharedFlow, as opposed to a regular Flow or a MutableStateFlow, comes with some additional complexity.Jun 11, 20212Jun 11, 20212
jeffreysoboeHow to make ViewModel observe Android Lifecycle Events, and how to Unit Test Lifecycle EventsSometimes we want to perform certain logic when an Android Lifecycle Event occurs. Let’s say your Activity switches from onCreate() to…Mar 16, 20211Mar 16, 20211