TestsViewModelFactory

fun TestsViewModelFactory(    authenticationService: AuthenticationService,     repository: Repository,     testDetailsListType: TestDetailsListType)

Parameters

authenticationService

the authentication service that is used in the viewModel.

repository

a concrete implementation of Repository.

testDetailsListType

represents what type of tests the instance of the viewModel is dealing with.