How to unit test that a MutableSharedFlow(replay=0) has emitted a value?

后端 未结 0 784
广开言路
广开言路 2020-12-10 21:13

I\'m not able to figure out how to test that a SharedFlow with replay=0 emitted a value.

import kotlinx.coroutines.flow.MutableShare         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题