CoroutineTestRule

@ExperimentalCoroutinesApi
class CoroutineTestRule(testDispatcher: TestDispatcher) : TestWatcher

Constructors

Link copied to clipboard
constructor(testDispatcher: TestDispatcher)

Functions

Link copied to clipboard
open override fun apply(p0: Statement, p1: Description): Statement