TestEnvironment¶
class TestEnvironment
Common utilities and features required for testing.
Properties¶
coroutineScope¶
val coroutineScope: TestScope
The TestScope this test runs in, used for time control and concurrent work.
class TestEnvironment
Common utilities and features required for testing.
val coroutineScope: TestScope
The TestScope this test runs in, used for time control and concurrent work.