FlowableTest

abstract class FlowableTest<T> : BaseTest

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
expect open fun afterTest()
Link copied to clipboard
expect open fun beforeTest()
Link copied to clipboard
abstract fun mutableSharedFlow(): MutableSharedFlow<T>
Link copied to clipboard
fun testWithFlow(block: FlowTestBlock<T, MutableSharedFlow<T>>)