CoroutinesTestRule

class CoroutinesTestRule(testDispatcher: TestCoroutineDispatcher) : TestWatcher

Functions

apply
Link copied to clipboard
open override fun apply(p0: Statement, p1: Description): Statement
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
failed
Link copied to clipboard
open fun failed(p0: Throwable, p1: Description)
hashCode
Link copied to clipboard
open fun hashCode(): Int
skipped
Link copied to clipboard
open fun skipped(p0: AssumptionViolatedException, p1: Description)
open fun skipped(p0: AssumptionViolatedException, p1: Description)
succeeded
Link copied to clipboard
open fun succeeded(p0: Description)
toString
Link copied to clipboard
open fun toString(): String

Properties

testDispatcher
Link copied to clipboard
val testDispatcher: TestCoroutineDispatcher