ExecutionScope

class ExecutionScope : AbstractTest, CoroutineScope(source)

The scope in which a single Test action executes.

Properties

Link copied to clipboard
val testScope: TestScope

The kotlinx.coroutines.test.TestScope, which must have been enabled by TestConfig.testScope.

Link copied to clipboard

The test timeout if set by TestConfig.testScope, or null.