SimpleUIThreadViewModelTest
Properties
Link copied to clipboard
open override val createTestContext: suspend (CoroutineScope) -> UIThreadViewModelTest.ViewModelTestContext<ViewModel>
Link copied to clipboard
open override val createTestContextWithConfiguration: suspend (configuration: Unit, scope: CoroutineScope) -> UIThreadViewModelTest.ViewModelTestContext<ViewModel>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun testOnUIThread(configuration: Unit, cancelScopeAfterTest: Boolean, block: suspend UIThreadViewModelTest.ViewModelTestContext<ViewModel>.() -> Unit)
fun testOnUIThread(cancelScopeAfterTest: Boolean, block: suspend UIThreadViewModelTest.ViewModelTestContext<ViewModel>.() -> Unit)