LazyViewModelTestContext
open class LazyViewModelTestContext<ViewModel : LifecycleViewModel>(coroutineScope: CoroutineScope, createViewModel: () -> ViewModel) : BaseUIThreadViewModelTest.LazyViewModelTestContext<ViewModel> , UIThreadViewModelTest.ViewModelTestContext<ViewModel>
BaseUIThreadViewModelTest.LazyViewModelTestContext that lazily creates the view model
Parameters
coroutineScope
The CoroutineScope of the LazyViewModelTestContext
createViewModel
Creator for the LifecycleViewModel