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