TestExecutionScope

class TestExecutionScope : AbstractTest, CoroutineScope(source)

Properties

Link copied to clipboard

The JUnit 4 description for this Test.

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.