Tests View Model Factory
fun TestsViewModelFactory( authenticationService: AuthenticationService, repository: Repository, testDetailsListType: TestDetailsListType)
Content copied to clipboard
Parameters
authentication Service
the authentication service that is used in the viewModel.
repository
a concrete implementation of Repository.
test Details List Type
represents what type of tests the instance of the viewModel is dealing with.