CoroutineTestRule

@ExperimentalCoroutinesApi
class CoroutineTestRule : ResourceRule

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
val testDispatcher: TestCoroutineDispatcher

Functions

Link copied to clipboard
fun mockMainScope(): CoroutineScope

Helper function for mocking MainScope and use TestCoroutineScope as CoroutineScope.

Inherited functions

Link copied to clipboard
open override fun apply(baseStatement: Statement, description: Description): Statement