Properties
Link copied to clipboard
A compartment executing its tests concurrently.
Link copied to clipboard
The default compartment, which inherits its entire configuration from the TestSession.
Link copied to clipboard
A compartment executing its tests sequentially on a real time dispatcher.
Link copied to clipboard
A compartment executing its tests sequentially.
Functions
Link copied to clipboard
fun MainDispatcher(mainDispatcher: CoroutineDispatcher? = null, testConfig: TestConfig = TestConfig): TestCompartment
A compartment executing its tests sequentially and establishing a Main dispatcher.