Suite • opensavvy.prepared.suite • TestEnvironment
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.
testName¶
The name of the test that is currently running.